mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix lint errors.
This commit is contained in:
parent
bee9bf2226
commit
f0cc185a47
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ Template.listActionPopup.events({
|
||||||
const listDom = document.getElementById(`js-list-${this._id}`);
|
const listDom = document.getElementById(`js-list-${this._id}`);
|
||||||
const listComponent = BlazeComponent.getComponentForElement(listDom);
|
const listComponent = BlazeComponent.getComponentForElement(listDom);
|
||||||
listComponent.openForm({
|
listComponent.openForm({
|
||||||
position: 'top'
|
position: 'top',
|
||||||
});
|
});
|
||||||
Popup.close();
|
Popup.close();
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue