Răsfoiți Sursa

Merge pull request #1837 from omarsy/devel

Change of the default value of labelIds
Lauri Ojansivu 7 ani în urmă
părinte
comite
4e1fedb236
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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],