Browse Source

fix

pull/11101/head
mpetrov 2 years ago
parent
commit
6ada7cd4ac
  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

@ -552,7 +552,7 @@ export class GatewayConnectorComponent extends PageComponent implements AfterVie
value.basicConfig = value.configurationJson;
this.updateConnector(value);
this.generate('basicConfig.broker.clientId');
this.saveConnector();
setTimeout(() => this.saveConnector());
}
});
}

Loading…
Cancel
Save