Merge branch 'fix/PROD-3961/remove-data-on-creation2' of github.com:Aniutikm/thingsboard into improvement/gateway-dashboard
This commit is contained in:
commit
666864a090
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user