mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Remove duplicate function.
This commit is contained in:
parent
bc6e78608b
commit
b68557a293
1 changed files with 0 additions and 4 deletions
|
|
@ -1115,10 +1115,6 @@ Boards.mutations({
|
|||
return { $set: { allowsLabels } };
|
||||
},
|
||||
|
||||
setAllowsAssignee(allowsAssignee) {
|
||||
return { $set: { allowsAssignee } };
|
||||
},
|
||||
|
||||
setAllowsReceivedDate(allowsReceivedDate) {
|
||||
return { $set: { allowsReceivedDate } };
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue