소스 검색

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],