mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Fix eslint
This commit is contained in:
parent
33193b6f7b
commit
db90771d9b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue