Fixed Connector Form state after connector with basic config removal
This commit is contained in:
parent
8e7d70c5b3
commit
4b5b171bae
@ -397,7 +397,6 @@ export class GatewayConnectorComponent extends PageComponent implements AfterVie
|
||||
|
||||
private clearOutConnectorForm(): void {
|
||||
this.initialConnector = null;
|
||||
this.connectorForm.setControl('basicConfig', this.fb.group({}), {emitEvent: false});
|
||||
this.connectorForm.setValue({
|
||||
mode: ConnectorConfigurationModes.BASIC,
|
||||
name: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user