mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Merge branch 'feature/list-default-view' of https://github.com/GhassenRjab/wekan into GhassenRjab-feature/list-default-view
This commit is contained in:
commit
a58bffbb3e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Boards.attachSchema(new SimpleSchema({
|
||||||
type: String,
|
type: String,
|
||||||
autoValue() { // eslint-disable-line consistent-return
|
autoValue() { // eslint-disable-line consistent-return
|
||||||
if (this.isInsert) {
|
if (this.isInsert) {
|
||||||
return 'board-view-swimlanes';
|
return 'board-view-lists';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue