From a4ba1f18bc8da830c9cd7775add788f5d74e980c Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 3 Jul 2023 12:24:01 -0400 Subject: [PATCH] fix: Do not send document text when modifying title --- app/components/Sidebar/components/DocumentLink.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/Sidebar/components/DocumentLink.tsx b/app/components/Sidebar/components/DocumentLink.tsx index 7e21d145f..eb2696073 100644 --- a/app/components/Sidebar/components/DocumentLink.tsx +++ b/app/components/Sidebar/components/DocumentLink.tsx @@ -125,7 +125,6 @@ function InnerDocumentLink( } await documents.update({ id: document.id, - text: document.text, title, }); },