Browse Source

UI: Fixed not detect change device profile transport configuration

pull/13527/head
Vladyslav_Prykhodko 1 year ago
parent
commit
2699e4b0bc
  1. 2
      ui-ngx/src/app/modules/home/components/profile/device/device-profile-transport-configuration.component.ts

2
ui-ngx/src/app/modules/home/components/profile/device/device-profile-transport-configuration.component.ts

@ -103,7 +103,7 @@ export class DeviceProfileTransportConfigurationComponent implements ControlValu
delete configuration.type;
}
setTimeout(() => {
this.deviceProfileTransportConfigurationFormGroup.patchValue({configuration}, {emitEvent: false});
this.deviceProfileTransportConfigurationFormGroup.patchValue({configuration}, {emitEvent: this.isAdd});
}, 0);
}

Loading…
Cancel
Save