chore(views/board): fix type errors

This commit is contained in:
Elian Doran
2025-07-21 14:45:06 +03:00
parent 08a93d81d7
commit 2384fdbaad
2 changed files with 5 additions and 1 deletions

View File

@@ -101,5 +101,8 @@ export const bookPropertiesConfig: Record<ViewTypeOptions, BookConfig> = {
width: 65
}
]
},
board: {
properties: []
}
};