mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-04 22:50:08 +00:00
feat: bulk delete documents in nova app (#777)

This commit is contained in:
parent
a0514e7a44
commit
84d0fb802a
10 changed files with 501 additions and 133 deletions
|
|
@ -445,9 +445,7 @@ export const MemoryGraph = ({
|
|||
variant={variant}
|
||||
/>
|
||||
|
||||
{!isLoading &&
|
||||
!nodes.some((n) => n.type === "document") &&
|
||||
children}
|
||||
{!isLoading && !nodes.some((n) => n.type === "document") && children}
|
||||
|
||||
<div
|
||||
className="w-full h-full relative overflow-hidden touch-none select-none"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue