Browse Source

Revert "test fix"

This reverts commit 08bdc8e33a.
pull/8337/head
Maksym Dudnik 3 years ago
parent
commit
8c02cf9d1b
  1. 2
      ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-connectors.component.ts

2
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();
});
}
});

Loading…
Cancel
Save