Skip to content

Commit 750fcf0

Browse files
committed
chore: add type to fix build
1 parent 30dd880 commit 750fcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demo/src/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ export default function Home() {
10711071

10721072
<BottomSheet
10731073
open={showBottomSheet}
1074-
onOpenChange={(open) => setShowBottomSheet(open)}
1074+
onOpenChange={(open: boolean) => setShowBottomSheet(open)}
10751075
className="z-50"
10761076
>
10771077
<div slot="title">

0 commit comments

Comments
 (0)