mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
close modal after adding memory
This commit is contained in:
parent
657ced2a38
commit
a0a6d3bf0b
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue