fixes
This commit is contained in:
parent
5a1e1e4626
commit
c834f5963e
@ -277,9 +277,9 @@ export class GatewayConnectorComponent extends PageComponent implements AfterVie
|
||||
this.connectorForm.enable();
|
||||
}
|
||||
const connector = attribute.value;
|
||||
// if (connector.configuration) {
|
||||
// delete connector.configuration;
|
||||
// }
|
||||
if (!connector.configuration) {
|
||||
connector.configuration = "";
|
||||
}
|
||||
if (!connector.key) {
|
||||
connector.key = 'auto';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user