Skip to content

Commit de3e017

Browse files
committed
wip
1 parent 83e9a97 commit de3e017

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/dbp-signature-lit-element.js

-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ export default class DBPSignatureLitElement extends BaseLitElement {
595595
* Open Filesink for a single File
596596
*
597597
* @param file
598-
* @param id of element to mark
599598
*/
600599
async downloadFileClickHandler(file) {
601600
let files = [];

src/table-components.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { LitElement, html, css } from 'lit';
1+
import { html, css } from 'lit';
22
import { createInstance } from './i18n.js';
33
import { ScopedElementsMixin, IconButton, Icon } from '@dbp-toolkit/common';
44
import { TabulatorTable } from '@dbp-toolkit/tabulator-table';

0 commit comments

Comments
 (0)