mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Fix template dev tool error rendering
This commit is contained in:
parent
bdd3157087
commit
1809629a0e
@ -172,7 +172,7 @@ Polymer({
|
|||||||
this.processed = processed;
|
this.processed = processed;
|
||||||
this.rendering = false;
|
this.rendering = false;
|
||||||
}.bind(this), function (error) {
|
}.bind(this), function (error) {
|
||||||
this.processed = error.message;
|
this.processed = error.body.message;
|
||||||
this.error = true;
|
this.error = true;
|
||||||
this.rendering = false;
|
this.rendering = false;
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user