UI: Fixed not detect change device profile transport configuration

This commit is contained in:
Vladyslav_Prykhodko 2025-06-05 13:29:20 +03:00
parent eddd329772
commit 2699e4b0bc

View File

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