mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 14:11:48 +01:00
Merge pull request #1837 from omarsy/devel
Change of the default value of labelIds
This commit is contained in:
commit
4e1fedb236
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