close modal after adding memory

This commit is contained in:
Dhravya 2024-06-24 23:37:51 -05:00
parent 657ced2a38
commit a0a6d3bf0b

View file

@ -272,6 +272,8 @@ function PageForm({
} else {
toast.error("Memory creation failed");
}
cancelfn();
}}
className="bg-secondary border border-muted-foreground px-4 py-3 rounded-2xl mt-2 flex flex-col gap-3"
>