summaryrefslogtreecommitdiffstats
path: root/client/components/rules/actions/checklistActions.js
diff options
context:
space:
mode:
authorAngelo Gallarello <angelo.gallarell@gmail.com>2019-01-02 22:51:00 +0100
committerAngelo Gallarello <angelo.gallarell@gmail.com>2019-01-02 22:51:00 +0100
commit4d8b2029d266843dc0eb376a0bf752c46e440a13 (patch)
treeeb7d5a6fdeb2e61c8c77863334816ac15fa2203c /client/components/rules/actions/checklistActions.js
parent8ad0da210940c514fc173564955568f023bde3d6 (diff)
downloadwekan-4d8b2029d266843dc0eb376a0bf752c46e440a13.tar.gz
wekan-4d8b2029d266843dc0eb376a0bf752c46e440a13.tar.bz2
wekan-4d8b2029d266843dc0eb376a0bf752c46e440a13.zip
Fixed errors
Diffstat (limited to 'client/components/rules/actions/checklistActions.js')
-rw-r--r--client/components/rules/actions/checklistActions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/rules/actions/checklistActions.js b/client/components/rules/actions/checklistActions.js
index 59141c39..3e79b075 100644
--- a/client/components/rules/actions/checklistActions.js
+++ b/client/components/rules/actions/checklistActions.js
@@ -25,7 +25,7 @@ BlazeComponent.extendComponent({
actionId,
boardId,
});
-
+
},
'click .js-add-checklist-action' (event) {
const ruleName = this.data().ruleName.get();