Update ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-service-rpc-connector.component.ts

suggestion

Co-authored-by: Vladyslav Prykhodko <yanat708@gmail.com>
This commit is contained in:
Max Petrov 2024-06-14 10:25:00 +03:00 committed by GitHub
parent 8c8fca4c27
commit a463e0cdc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -391,7 +391,7 @@ export class GatewayServiceRPCConnectorComponent implements OnInit, ControlValue
value.oid.forEach(value => {
this.addSNMPoid(value)
})
delete value.oids;
delete value.oid;
break;
case ConnectorType.REQUEST:
this.clearFromArrayByName("httpHeaders");