Skip to content

Commit

Permalink
fix code following headlessui update
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Aug 8, 2024
1 parent 214d8ae commit 47eb3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vre-panel/components/NewVREDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const NewVREDialog = ({ isOpen, setIsOpen }: { isOpen: boolean, setIsOpen: Funct
leaveFrom="opacity-100"
leaveTo="opacity-0"
>
<Dialog.Overlay className="fixed inset-0 bg-black opacity-50" />
<div className="fixed inset-0 bg-black opacity-50" />
</Transition.Child>

{/* This element is to trick the browser into centering the modal contents. */}
Expand Down

0 comments on commit 47eb3e8

Please sign in to comment.