Fixes bug with updating relationships when an item is added
This commit is contained in:
@@ -13,8 +13,6 @@ export function RelatedDocumentList({ documentId, relationshipType }: Props) {
|
||||
|
||||
const { cache } = useDocumentCache();
|
||||
|
||||
console.log(documentId, docResult, cache);
|
||||
|
||||
if (docResult?.type !== "ready") {
|
||||
return <Loader />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user