mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 22:31:14 +08:00
chore(views/board): fix type errors
This commit is contained in:
parent
08a93d81d7
commit
2384fdbaad
2 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ export const byBookType: Record<ViewTypeOptions, string | null> = {
|
||||||
grid: "8QqnMzx393bx",
|
grid: "8QqnMzx393bx",
|
||||||
calendar: "xWbu3jpNWapp",
|
calendar: "xWbu3jpNWapp",
|
||||||
table: "2FvYrpmOXm29",
|
table: "2FvYrpmOXm29",
|
||||||
geoMap: "81SGnPGMk7Xc"
|
geoMap: "81SGnPGMk7Xc",
|
||||||
|
board: null
|
||||||
};
|
};
|
||||||
|
|
||||||
export default class ContextualHelpButton extends NoteContextAwareWidget {
|
export default class ContextualHelpButton extends NoteContextAwareWidget {
|
||||||
|
|
|
||||||
|
|
@ -101,5 +101,8 @@ export const bookPropertiesConfig: Record<ViewTypeOptions, BookConfig> = {
|
||||||
width: 65
|
width: 65
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
board: {
|
||||||
|
properties: []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue