Merge pull request #1837 from omarsy/devel

Change of the default value of labelIds
reviewable/pr1849/r1
Lauri Ojansivu 7 years ago committed by GitHub
commit 4e1fedb236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      models/cards.js

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

Loading…
Cancel
Save