fix: Do not send document text when modifying title
This commit is contained in:
@@ -125,7 +125,6 @@ function InnerDocumentLink(
|
||||
}
|
||||
await documents.update({
|
||||
id: document.id,
|
||||
text: document.text,
|
||||
title,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user