Explorar o código

Lists view is the default view when creating boards

Ghassen Rjab %!s(int64=7) %!d(string=hai) anos
pai
achega
1ca9e96f35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';
       }
     },
   },