mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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")
|
||||
export class HuiThemeSelectionEditor extends LitElement {
|
||||
@customElement("hui-theme-select-editor")
|
||||
export class HuiThemeSelectEditor extends LitElement {
|
||||
@property() public value?: string;
|
||||
|
||||
@property() public hass?: HomeAssistant;
|
||||
@ -74,6 +74,6 @@ export class HuiThemeSelectionEditor extends LitElement {
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
"hui-theme-select-editor": HuiThemeSelectionEditor;
|
||||
"hui-theme-select-editor": HuiThemeSelectEditor;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user