summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/boards/boardsList.js')
-rw-r--r--client/components/boards/boardsList.js2
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 },
});
},