summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--models/cards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/cards.js b/models/cards.js
index 1cb1e3d0..21a7f2ad 100644
--- a/models/cards.js
+++ b/models/cards.js
@@ -97,7 +97,7 @@ Cards.attachSchema(new SimpleSchema({
labelIds: {
type: [String],
optional: true,
- defaultValue: '',
+ defaultValue: [],
},
members: {
type: [String],