mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
client/note color picker menu item: fix data type
This commit is contained in:
@@ -17,7 +17,7 @@ export interface ContextMenuOptions<T> {
|
||||
|
||||
export interface CustomMenuItem {
|
||||
kind: "custom",
|
||||
componentFn: () => JSX.Element;
|
||||
componentFn: () => JSX.Element | null;
|
||||
}
|
||||
|
||||
export interface MenuSeparatorItem {
|
||||
|
||||
Reference in New Issue
Block a user