UI: Fixed not detect change device profile transport configuration
This commit is contained in:
parent
eddd329772
commit
2699e4b0bc
@ -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…
x
Reference in New Issue
Block a user