Skip to content

Commit

Permalink
Fix dialog lagging
Browse files Browse the repository at this point in the history
  • Loading branch information
serg-plusplus committed Aug 14, 2022
1 parent 101fe9f commit d222980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/elements/SecondaryModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const SecondaryModal: FC<SecondaryModalProps> = ({
}) => {
return (
<Dialog.Root open={open} onOpenChange={onOpenChange}>
<Dialog.Trigger />
<Dialog.Portal>
<Dialog.Overlay
className={classNames("fixed inset-0 z-20 bg-brand-darkblue/50")}
Expand Down

0 comments on commit d222980

Please sign in to comment.