Commit cf2b1605f6d2a051a9d28201a86f3c01da54ceb6
Committed by
Andrew Shvayka
1 parent
b12a486f
fix typo in mqtt-device-profile-transport-configuration component
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -167,7 +167,7 @@ export class MqttDeviceProfileTransportConfigurationComponent implements Control |
167 | 167 | } else { |
168 | 168 | transportPayloadTypeForm.get('deviceTelemetryProtoSchema').disable({emitEvent: false}); |
169 | 169 | transportPayloadTypeForm.get('deviceAttributesProtoSchema').disable({emitEvent: false}); |
170 | - transportPayloadTypeForm.get('deviceRpcRequestProtoSchema').enable({emitEvent: false}); | |
170 | + transportPayloadTypeForm.get('deviceRpcRequestProtoSchema').disable({emitEvent: false}); | |
171 | 171 | transportPayloadTypeForm.get('deviceRpcResponseProtoSchema').disable({emitEvent: false}); |
172 | 172 | } |
173 | 173 | } | ... | ... |