mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Lint fix
This commit is contained in:
parent
6201809810
commit
dba5de1882
2 changed files with 9 additions and 9 deletions
|
|
@ -81,13 +81,13 @@ BlazeComponent.extendComponent({
|
|||
const desc = Utils.getTriggerActionDesc(event, this);
|
||||
const boardId = Session.get('currentBoard');
|
||||
|
||||
datas.triggerVar.set({
|
||||
activityType: 'moveCard',
|
||||
boardId,
|
||||
'listName':'*',
|
||||
'oldListName': '*',
|
||||
desc,
|
||||
});
|
||||
datas.triggerVar.set({
|
||||
activityType: 'moveCard',
|
||||
boardId,
|
||||
'listName':'*',
|
||||
'oldListName': '*',
|
||||
desc,
|
||||
});
|
||||
},
|
||||
'click .js-add-arc-trigger' (event) {
|
||||
const datas = this.data();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue