From 6cd2547dc26a2fbdf8cba82f2856ffba681afa47 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:41:27 +0000 Subject: [PATCH] fix: add missing closing parenthesis in handleOpenToolDocument callback Co-Authored-By: Claude Opus 4.5 --- apps/web/app/(app)/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/app/(app)/page.tsx b/apps/web/app/(app)/page.tsx index b5911a31..7c7210c6 100644 --- a/apps/web/app/(app)/page.tsx +++ b/apps/web/app/(app)/page.tsx @@ -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