mirror of
https://github.com/wekan/wekan.git
synced 2026-03-13 17:06:13 +01:00
Lint fix
This commit is contained in:
parent
d01fccd949
commit
777d9ac353
4 changed files with 5 additions and 5 deletions
|
|
@ -126,8 +126,8 @@ const CreateCustomFieldPopup = BlazeComponent.extendComponent({
|
|||
if (customField.boardIds.length > 1) {
|
||||
CustomFields.update(customField._id, {
|
||||
$pull: {
|
||||
boardIds: Session.get('currentBoard')
|
||||
}
|
||||
boardIds: Session.get('currentBoard'),
|
||||
},
|
||||
});
|
||||
} else {
|
||||
CustomFields.remove(customField._id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue