mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 18:15:34 +02:00
client/modals: make the title optional
This commit is contained in:
@@ -16,7 +16,7 @@ interface CustomTitleBarButton {
|
||||
|
||||
export interface ModalProps {
|
||||
className: string;
|
||||
title: string | ComponentChildren;
|
||||
title?: string | ComponentChildren;
|
||||
customTitleBarButtons?: (CustomTitleBarButton | null)[];
|
||||
size: "xl" | "lg" | "md" | "sm";
|
||||
children: ComponentChildren;
|
||||
|
||||
Reference in New Issue
Block a user