Browse Source

Just some formatting.

pull/853/head
Sebastian 4 years ago
parent
commit
8558e7bef1
  1. 2
      frontend/src/app/features/content/shared/forms/iframe-editor.component.ts

2
frontend/src/app/features/content/shared/forms/iframe-editor.component.ts

@ -226,7 +226,7 @@ export class IFrameEditorComponent extends StatefulComponent<State> implements O
}
public updatedisabled(isDisabled: boolean) {
if (isDisabled !== this.isDisabled) {
if (this.isDisabled !== isDisabled) {
this.isDisabled = isDisabled;
this.sendDisabled();

Loading…
Cancel
Save