Xavier Priour 9 лет назад
Родитель
Сommit
db90771d9b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      client/components/import/import.js

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

@@ -64,7 +64,7 @@ const ImportPopup = BlazeComponent.extendComponent({
     this.error.set(error);
   },
 
-  _import: function (dataObject) {
+  _import(dataObject) {
     const additionalData = this.getAdditionalData();
     const membersMapping = this.membersMapping();
     if (membersMapping) {