Merge pull request #1837 from omarsy/devel

Change of the default value of labelIds
This commit is contained in:
Lauri Ojansivu 2018-08-16 21:20:46 +03:00 committed by GitHub
commit 4e1fedb236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ Cards.attachSchema(new SimpleSchema({
labelIds: {
type: [String],
optional: true,
defaultValue: '',
defaultValue: [],
},
members: {
type: [String],