Skip to content

Commit

Permalink
Get LitElement from an existing component
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Feb 18, 2019
1 parent f5bb8e0 commit 1cf927a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion card-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class {
}

static litElement() {
return Object.getPrototypeOf(customElements.get('hui-error-entity-row'));
return Object.getPrototypeOf(customElements.get('home-assistant-main'));
}

static litHtml() {
Expand Down

0 comments on commit 1cf927a

Please sign in to comment.