fix: add missing closing parenthesis in handleOpenToolDocument callback

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
claude[bot] 2026-05-13 04:41:27 +00:00
parent 44ac45fb53
commit 6cd2547dc2

View file

@ -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