mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fixed lint errors
This commit is contained in:
parent
dba5de1882
commit
ebd884e654
6 changed files with 18 additions and 18 deletions
|
|
@ -24,7 +24,7 @@ BlazeComponent.extendComponent({
|
|||
|
||||
events() {
|
||||
return [{
|
||||
'click .js-delete-rule' (event) {
|
||||
'click .js-delete-rule' () {
|
||||
const rule = this.currentData();
|
||||
Rules.remove(rule._id);
|
||||
Actions.remove(rule.actionId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue