Add working but unstyled notify registration modal

This commit is contained in:
Gabe Kangas
2022-05-29 21:52:38 -07:00
parent bf7319db9a
commit 1684979187
14 changed files with 258 additions and 74 deletions

View File

@ -31,6 +31,7 @@ export default function ActionButton({
title={description || title}
url={url}
visible={showModal}
height="80vh"
handleCancel={() => setShowModal(false)}
/>
</>