Skip to content

Commit

Permalink
Merge branch 'main' of github.com:reservoirprotocol/reservoir-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Jun 21, 2023
2 parents 3694757 + b471bb3 commit 60a1445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/FullscreenModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const FullscreenModal: FC<Props> = ({
onOpenChange,
}) => {
return (
<DialogRoot modal={true} open={open} onOpenChange={onOpenChange}>
<DialogRoot modal={false} open={open} onOpenChange={onOpenChange}>
<DialogTrigger asChild>{trigger}</DialogTrigger>
<DialogPortal>
<Content
Expand Down

1 comment on commit 60a1445

@vercel
Copy link

@vercel vercel bot commented on 60a1445 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.