2
0
Эх сурвалжийг харах

Lists view is the default view when creating boards

Ghassen Rjab 7 жил өмнө
parent
commit
1ca9e96f35
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      models/boards.js

+ 1 - 1
models/boards.js

@@ -35,7 +35,7 @@ Boards.attachSchema(new SimpleSchema({
     type: String,
     autoValue() { // eslint-disable-line consistent-return
       if (this.isInsert) {
-        return 'board-view-swimlanes';
+        return 'board-view-lists';
       }
     },
   },