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