Fixed errors

This commit is contained in:
Angelo Gallarello 2019-01-02 22:51:00 +01:00
parent 8ad0da2109
commit 4d8b2029d2
7 changed files with 60 additions and 64 deletions

View file

@ -28,7 +28,7 @@ BlazeComponent.extendComponent({
actionId,
boardId,
});
},
'click .js-add-swimlane-action' (event) {
const ruleName = this.data().ruleName.get();
@ -49,7 +49,7 @@ BlazeComponent.extendComponent({
actionId,
boardId,
});
},
'click .js-add-spec-move-action' (event) {
const ruleName = this.data().ruleName.get();

View file

@ -25,7 +25,7 @@ BlazeComponent.extendComponent({
actionId,
boardId,
});
},
'click .js-add-checklist-action' (event) {
const ruleName = this.data().ruleName.get();