diff --git a/frontend/app/features/content/pages/content/content-page.component.ts b/frontend/app/features/content/pages/content/content-page.component.ts index 39a027e62..f235d00f9 100644 --- a/frontend/app/features/content/pages/content/content-page.component.ts +++ b/frontend/app/features/content/pages/content/content-page.component.ts @@ -98,6 +98,8 @@ export class ContentPageComponent extends ResourceOwner implements CanComponentD this.content = content; + this.formContext['initialContent'] = this.content; + this.autoSaveKey = { schemaId: this.schema.id, schemaVersion: this.schema.version,