attempting another type of timeline but not nice

This commit is contained in:
Arjun Patel
2022-02-11 19:06:11 -08:00
parent 1d994ec990
commit e1cde7678c
5 changed files with 87 additions and 43 deletions
@@ -24,7 +24,7 @@ export default function CreateItemModal(props: {
};
const handleCancel = () => {
toast.success("closing");
console.log("closing");
props.handleClose();
};