Oops I forgot to actually open the modal

This commit is contained in:
Regalijan 2023-10-23 20:46:54 -04:00
parent 3b4c3cf0b8
commit f774d02a2f
Signed by untrusted user who does not match committer: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -216,6 +216,8 @@ export default function () {
break;
}
onOpen();
}
const { isOpen, onClose, onOpen } = useDisclosure();