refactor(react/dialogs): solve client errors

This commit is contained in:
Elian Doran
2025-08-10 13:02:17 +03:00
parent da1f18c60f
commit d3519b3059
6 changed files with 17 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ export interface Suggestion {
}
export interface Options {
container?: HTMLElement;
container?: HTMLElement | null;
fastSearch?: boolean;
allowCreatingNotes?: boolean;
allowJumpToSearchNotes?: boolean;