diff --git a/app/models/Collection.ts b/app/models/Collection.ts index f65474413..29b767662 100644 --- a/app/models/Collection.ts +++ b/app/models/Collection.ts @@ -140,7 +140,7 @@ export default class Collection extends ParanoidModel { @action updateDocument(document: Pick) { if (!this.documents) { - throw new Error("Collection documents not loaded"); + return; } const travelNodes = (nodes: NavigationNode[]) =>