mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
client/note color picker menu item: fix data type
This commit is contained in:
parent
8729fe48c3
commit
e239bca0f2
@ -17,7 +17,7 @@ export interface ContextMenuOptions<T> {
|
||||
|
||||
export interface CustomMenuItem {
|
||||
kind: "custom",
|
||||
componentFn: () => JSX.Element;
|
||||
componentFn: () => JSX.Element | null;
|
||||
}
|
||||
|
||||
export interface MenuSeparatorItem {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user