static: fix class name of FlowShellCard
This commit is contained in:
parent
3aeaa121a3
commit
caba183c9b
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
import { LitElement, html } from 'lit-element';
|
import { LitElement, html } from 'lit-element';
|
||||||
import { updateMessages } from "./Messages.js";
|
import { updateMessages } from "./Messages.js";
|
||||||
|
|
||||||
class FetchFillSlot extends LitElement {
|
class FlowShellCard extends LitElement {
|
||||||
|
|
||||||
static get properties() {
|
static get properties() {
|
||||||
return {
|
return {
|
||||||
|
@ -147,4 +147,4 @@ class FetchFillSlot extends LitElement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define('flow-shell-card', FetchFillSlot);
|
customElements.define('flow-shell-card', FlowShellCard);
|
||||||
|
|
Reference in New Issue