diff --git a/ui-ngx/src/app/modules/home/components/widget/config/widget-settings.component.ts b/ui-ngx/src/app/modules/home/components/widget/config/widget-settings.component.ts index 65480ec3b8..2e56a54f65 100644 --- a/ui-ngx/src/app/modules/home/components/widget/config/widget-settings.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/config/widget-settings.component.ts @@ -246,7 +246,7 @@ export class WidgetSettingsComponent implements ControlValueAccessor, OnInit, On }; } } else if (this.useJsonForm()) { - if (!this.widgetSettingsFormGroup.valid) { + if (!this.widgetSettingsFormGroup.get('settings').valid) { return { widgetSettings: { valid: false