Merge branch 'fix/PROD-3961/remove-data-on-creation2' of github.com:Aniutikm/thingsboard into improvement/gateway-dashboard

This commit is contained in:
Vladyslav_Prykhodko 2024-07-22 10:00:04 +03:00
commit 666864a090

View File

@ -206,9 +206,6 @@ export class GatewayServiceRPCComponent implements OnInit {
private updateTemplates() {
this.templates = this.subscription.data[0].data[0][1].length ?
JSON.parse(this.subscription.data[0].data[0][1]) : [];
if (this.templates.length && this.commandForm.get('params').value == "{}") {
this.commandForm.get('params').patchValue(this.templates[0].config);
}
this.cd.detectChanges();
}