summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
diff options
context:
space:
mode:
authorMarc Hartmayer <hello@hartmayer.com>2020-04-30 01:51:54 +0200
committerMarc Hartmayer <hello@hartmayer.com>2020-04-30 01:59:57 +0200
commit9cba640120940eec45397d2daf8de573dbedf2b1 (patch)
tree6bddd95530e84c0684a9d1653cf4152d382dc10a /client/components/lists/listBody.js
parentb740381a7248e1e059cecedcf6cd6824abb792b3 (diff)
downloadwekan-9cba640120940eec45397d2daf8de573dbedf2b1.tar.gz
wekan-9cba640120940eec45397d2daf8de573dbedf2b1.tar.bz2
wekan-9cba640120940eec45397d2daf8de573dbedf2b1.zip
Fix typo
Diffstat (limited to 'client/components/lists/listBody.js')
-rw-r--r--client/components/lists/listBody.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js
index 1bcd41c4..246e0156 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -672,7 +672,7 @@ BlazeComponent.extendComponent({
element.sort = Boards.findOne(this.boardId)
.swimlanes()
.count();
- element.type = 'swimlalne';
+ element.type = 'swimlane';
_id = element.copy(this.boardId);
} else if (this.isBoardTemplateSearch) {
board = Boards.findOne(element.linkedId);