mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +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.rendering = false;
|
||||
}.bind(this), function (error) {
|
||||
this.processed = error.message;
|
||||
this.processed = error.body.message;
|
||||
this.error = true;
|
||||
this.rendering = false;
|
||||
}.bind(this));
|
||||
|
Loading…
x
Reference in New Issue
Block a user