fix: Enable favorites by default

This commit is contained in:
Maksim Eltyshev
2026-01-25 18:37:56 +01:00
parent b52604045d
commit ffdb7254b3
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ exports.seed = async (knex) => {
subscribeToOwnCards: false,
subscribeToCardWhenCommenting: true,
turnOffRecentCardHighlighting: false,
enableFavoritesByDefault: false,
enableFavoritesByDefault: true,
defaultEditorMode: 'wysiwyg',
defaultHomeView: 'groupedProjects',
defaultProjectsOrder: 'byDefault',