mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04: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 listComponent = BlazeComponent.getComponentForElement(listDom);
|
||||
listComponent.openForm({
|
||||
position: 'top'
|
||||
position: 'top',
|
||||
});
|
||||
Popup.close();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue