fix typo
This commit is contained in:
parent
bec3790164
commit
5ef30fb2ef
@ -92,7 +92,7 @@ export class MqttDeviceProfileTransportConfigurationComponent implements Control
|
||||
});
|
||||
let configurationFormGroup = this.mqttDeviceProfileTransportConfigurationFormGroup.controls.configuration as FormGroup;
|
||||
configurationFormGroup.get('transportPayloadType').valueChanges.subscribe(payloadType => {
|
||||
this.updateTransportPayloadBasedControls(type, configurationFormGroup)
|
||||
this.updateTransportPayloadBasedControls(payloadType, configurationFormGroup)
|
||||
this.mqttDeviceProfileTransportConfigurationFormGroup.updateValueAndValidity();
|
||||
});
|
||||
this.mqttDeviceProfileTransportConfigurationFormGroup.valueChanges.subscribe(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user