Преглед изворни кода

Change of the default value of labelIds

Omar Sy пре 7 година
родитељ
комит
3c9aa65ca3
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],