UI: Fixed apply changes button enabled by default in Device Profile Transport configuration tab

This commit is contained in:
Vladyslav_Prykhodko 2025-02-11 18:36:26 +02:00
parent b242f35968
commit 7d00f4ed1d

View File

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