Skip to content

Commit 4e42e8b

Browse files
committed
Cleanup
1 parent 837c07b commit 4e42e8b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/frontend/src/lib/components/ui/Dialog.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
closeOnOutsideClick?: boolean;
1212
showCloseButton?: boolean;
1313
backdrop?: boolean;
14-
unStyled?: boolean;
1514
contentClass?: ClassValue | null;
1615
};
1716
@@ -22,7 +21,6 @@
2221
closeOnOutsideClick = nonNullish(onClose),
2322
showCloseButton = nonNullish(onClose),
2423
backdrop = true,
25-
unStyled = false,
2624
contentClass,
2725
...props
2826
}: Props = $props();

src/frontend/src/lib/components/ui/Popover.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
distance?: string;
1616
responsive?: boolean;
1717
flip?: boolean;
18-
unStyled?: boolean;
1918
};
2019
2120
let {
@@ -28,7 +27,6 @@
2827
class: className,
2928
responsive = true,
3029
flip = true,
31-
unStyled = false,
3230
...props
3331
}: Props = $props();
3432

0 commit comments

Comments
 (0)