diff --git a/frontend/src/app/features/content/shared/forms/iframe-editor.component.ts b/frontend/src/app/features/content/shared/forms/iframe-editor.component.ts index c50381df0..43557f693 100644 --- a/frontend/src/app/features/content/shared/forms/iframe-editor.component.ts +++ b/frontend/src/app/features/content/shared/forms/iframe-editor.component.ts @@ -226,7 +226,7 @@ export class IFrameEditorComponent extends StatefulComponent implements O } public updatedisabled(isDisabled: boolean) { - if (isDisabled !== this.isDisabled) { + if (this.isDisabled !== isDisabled) { this.isDisabled = isDisabled; this.sendDisabled();