mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +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 } };
|
return { $set: { allowsLabels } };
|
||||||
},
|
},
|
||||||
|
|
||||||
setAllowsAssignee(allowsAssignee) {
|
|
||||||
return { $set: { allowsAssignee } };
|
|
||||||
},
|
|
||||||
|
|
||||||
setAllowsReceivedDate(allowsReceivedDate) {
|
setAllowsReceivedDate(allowsReceivedDate) {
|
||||||
return { $set: { allowsReceivedDate } };
|
return { $set: { allowsReceivedDate } };
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue