mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 07:42:43 +00:00
fix: add missing closing parenthesis in handleOpenToolDocument callback
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
44ac45fb53
commit
6cd2547dc2
1 changed files with 1 additions and 0 deletions
|
|
@ -415,6 +415,7 @@ export default function NewPage() {
|
|||
void setViewMode("list")
|
||||
},
|
||||
[handleOpenDocument, setSelectedProject, setViewMode],
|
||||
)
|
||||
|
||||
// Separate from handleOpenDocument because the graph view only has a document ID,
|
||||
// not the full document object. The modal will fetch the document via the docId
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue