mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix lint errors
This commit is contained in:
parent
06e64d24a8
commit
3eb6f97291
2 changed files with 2 additions and 1 deletions
|
|
@ -131,6 +131,7 @@
|
||||||
"AccountSettings": true,
|
"AccountSettings": true,
|
||||||
"Announcements": true,
|
"Announcements": true,
|
||||||
"Swimlanes": true,
|
"Swimlanes": true,
|
||||||
|
"ChecklistItems": true,
|
||||||
"Npm": true
|
"Npm": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ ChecklistItems.mutations({
|
||||||
};
|
};
|
||||||
|
|
||||||
return {$set: mutatedFields};
|
return {$set: mutatedFields};
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// Activities helper
|
// Activities helper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue