Browse Source

Fix build

Xavier Priour 9 years ago
parent
commit
475bc70621
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/import/import.js

+ 1 - 1
client/components/import/import.js

@@ -33,7 +33,7 @@ const ImportPopup = BlazeComponent.extendComponent({
     Popup.open('mapMembers')(evt);
   },
 
-  _storeText(evt) {
+  _storeText() {
     const dataJson = this.$('.js-import-json').val();
     Session.set('import.text', dataJson);
     return dataJson;