2
0
Lauri Ojansivu 8 жил өмнө
parent
commit
f0cc185a47

+ 1 - 1
client/components/lists/listHeader.js

@@ -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();
   },