mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 12:56:30 +00:00
Fix error in code (#597)
This commit is contained in:
parent
4b62904ffb
commit
a7ef95b3a4
@ -280,7 +280,7 @@ class ContentCardEditor extends LitElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define("content-card-editor", MyCardEditor);
|
customElements.define("content-card-editor", ContentCardEditor);
|
||||||
window.customCards = window.customCards || [];
|
window.customCards = window.customCards || [];
|
||||||
window.customCards.push({
|
window.customCards.push({
|
||||||
type: "content-card-example",
|
type: "content-card-example",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user