From 8c02cf9d1bd1be7c34adecc10ff3e76d1663cf05 Mon Sep 17 00:00:00 2001 From: Maksym Dudnik Date: Thu, 27 Jul 2023 15:26:06 +0300 Subject: [PATCH] Revert "test fix" This reverts commit 08bdc8e33a8602c4e6b1328e862fbb3f0dd3e367. --- .../widget/lib/gateway/gateway-connectors.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }); } });