summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--models/boards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/boards.js b/models/boards.js
index 8a7ae1aa..436a99f5 100644
--- a/models/boards.js
+++ b/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';
}
},
},