Lists view is the default view when creating boards

This commit is contained in:
Ghassen Rjab 2018-03-02 00:06:45 +01:00
parent bbca361aeb
commit 1ca9e96f35

View file

@ -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';
}
},
},