Merge pull request #10831 from YevhenBondarenko/fix/gateway-connectors-config
fixed race condition during adding new gateway connector with default config
This commit is contained in:
commit
d56bc719ac
@ -93,8 +93,7 @@ export class AddConnectorDialogComponent extends DialogComponent<AddConnectorDia
|
||||
this.dialogRef.close(value);
|
||||
}
|
||||
});
|
||||
}
|
||||
if (this.connectorForm.valid) {
|
||||
} else if (this.connectorForm.valid) {
|
||||
this.dialogRef.close(value);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user