mirror of
https://github.com/zadam/trilium.git
synced 2026-02-20 04:34:38 +01:00
client/ui/cards: make a property optional
This commit is contained in:
parent
62ddf3a11b
commit
61953fd713
@ -18,7 +18,7 @@ interface CardSectionProps {
|
||||
className?: string;
|
||||
subSections?: JSX.Element | JSX.Element[];
|
||||
childrenVisible?: boolean;
|
||||
hasAction: boolean;
|
||||
hasAction?: boolean;
|
||||
onAction?: () => void;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user