fix(view/table): most type errors

This commit is contained in:
Elian Doran
2025-07-01 12:09:13 +03:00
parent 84db4ed57c
commit 2cbb49681a
7 changed files with 34 additions and 17 deletions

View File

@@ -34,7 +34,8 @@ export const byNoteType: Record<Exclude<NoteType, "book">, string | null> = {
export const byBookType: Record<ViewTypeOptions, string | null> = {
list: null,
grid: null,
calendar: "xWbu3jpNWapp"
calendar: "xWbu3jpNWapp",
table: null
};
export default class ContextualHelpButton extends NoteContextAwareWidget {