2
0
Эх сурвалжийг харах

Merge pull request #1837 from omarsy/devel

Change of the default value of labelIds
Lauri Ojansivu 6 жил өмнө
parent
commit
4e1fedb236
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      models/cards.js

+ 1 - 1
models/cards.js

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