Browse Source

update data true

pull/8337/head
Maksym Dudnik 3 years ago
parent
commit
bf2e2ee27e
  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

@ -396,7 +396,7 @@ export class GatewayConnectorComponent extends PageComponent implements AfterVie
this.cd.detectChanges();
this.connectorForm.disable();
}
this.updateData();
this.updateData(true);
});
}
});

Loading…
Cancel
Save