Fix error in code (#597)

This commit is contained in:
Kendell R 2020-07-03 09:15:54 -07:00 committed by GitHub
parent 4b62904ffb
commit a7ef95b3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.push({
type: "content-card-example",