mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
refactor(react/dialogs): solve client errors
This commit is contained in:
@@ -39,7 +39,7 @@ export interface Suggestion {
|
||||
}
|
||||
|
||||
export interface Options {
|
||||
container?: HTMLElement;
|
||||
container?: HTMLElement | null;
|
||||
fastSearch?: boolean;
|
||||
allowCreatingNotes?: boolean;
|
||||
allowJumpToSearchNotes?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user