From 8558e7bef1e3c36a511cbfa90ceb6cc8afa3adf0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 24 Feb 2022 14:59:42 +0100 Subject: [PATCH] Just some formatting. --- .../features/content/shared/forms/iframe-editor.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();