mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 08:38:49 +01:00
Change of the default value of labelIds
This commit is contained in:
parent
4064429047
commit
3c9aa65ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ Cards.attachSchema(new SimpleSchema({
|
|||
labelIds: {
|
||||
type: [String],
|
||||
optional: true,
|
||||
defaultValue: '',
|
||||
defaultValue: [],
|
||||
},
|
||||
members: {
|
||||
type: [String],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue