Skip to content

Commit

Permalink
chore: add type to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadBazaz committed Sep 25, 2024
1 parent 30dd880 commit 750fcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ export default function Home() {

<BottomSheet
open={showBottomSheet}
onOpenChange={(open) => setShowBottomSheet(open)}
onOpenChange={(open: boolean) => setShowBottomSheet(open)}
className="z-50"
>
<div slot="title">
Expand Down

0 comments on commit 750fcf0

Please sign in to comment.