mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
🔧 Fix hui-theme-select-editor definition typo (#2899)
This commit is contained in:
parent
ee948302ed
commit
7fe4084073
@ -23,8 +23,8 @@ declare global {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@customElement("hui-theme-selection-editor")
|
@customElement("hui-theme-select-editor")
|
||||||
export class HuiThemeSelectionEditor extends LitElement {
|
export class HuiThemeSelectEditor extends LitElement {
|
||||||
@property() public value?: string;
|
@property() public value?: string;
|
||||||
|
|
||||||
@property() public hass?: HomeAssistant;
|
@property() public hass?: HomeAssistant;
|
||||||
@ -74,6 +74,6 @@ export class HuiThemeSelectionEditor extends LitElement {
|
|||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
"hui-theme-select-editor": HuiThemeSelectionEditor;
|
"hui-theme-select-editor": HuiThemeSelectEditor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user