diff options
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/boards/boardsList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js index 8dd05913..74a8e4d4 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -27,7 +27,7 @@ BlazeComponent.extendComponent({ type: 'board', subtasksDefaultListId: null, }, { - sort: { stars: -1, color: 1, title: 1 }, + sort: { stars: -1, color: 1, title: 1, description: 1 }, }); }, |