diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-connectors.component.ts b/ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-connectors.component.ts index 95ea64ce87..9d8c62491f 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-connectors.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-connectors.component.ts @@ -398,7 +398,7 @@ export class GatewayConnectorComponent extends PageComponent implements AfterVie this.cd.detectChanges(); this.connectorForm.disable(); } - this.updateData(true); + this.updateData(); }); } });