Fixes bug with updating relationships when an item is added

This commit is contained in:
2025-07-15 10:09:53 -07:00
parent 258518d954
commit 8f96062058
5 changed files with 7 additions and 28 deletions

View File

@@ -13,8 +13,6 @@ export function RelatedDocumentList({ documentId, relationshipType }: Props) {
const { cache } = useDocumentCache();
console.log(documentId, docResult, cache);
if (docResult?.type !== "ready") {
return <Loader />;
}