fix: rename default to home board (#1538)

This commit is contained in:
Meier Lukas
2024-11-24 13:44:43 +01:00
committed by GitHub
parent ecf299e03b
commit 1c4d4f4e9d
6 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ export const defaultServerSettings = {
noSiteLinksSearchBox: false,
},
board: {
defaultBoardId: null as string | null,
homeBoardId: null as string | null,
},
appearance: {
defaultColorScheme: "light" as ColorScheme,