Change of the default value of labelIds

This commit is contained in:
Omar Sy 2018-08-16 19:10:47 +02:00
parent 4064429047
commit 3c9aa65ca3

View file

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