From 3c9aa65ca3481a363d1d7e03fccc467f9553c7da Mon Sep 17 00:00:00 2001 From: Omar Sy Date: Thu, 16 Aug 2018 19:10:47 +0200 Subject: Change of the default value of labelIds --- models/cards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models') 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], -- cgit v1.2.3-1-g7c22