mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Lists view is the default view when creating boards
This commit is contained in:
parent
bbca361aeb
commit
1ca9e96f35
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue