This commit is contained in:
Maksym Dudnik 2023-05-25 14:42:01 +03:00
parent 5a1e1e4626
commit c834f5963e

View File

@ -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';
} }