Browse Source

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>
pull/11009/head
Max Petrov 2 years ago
committed by GitHub
parent
commit
a463e0cdc0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-service-rpc-connector.component.ts

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

@ -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");

Loading…
Cancel
Save