mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Fix correct dialog-save element registration
This commit is contained in:
parent
e9c245015c
commit
c026c65d53
@ -18,7 +18,7 @@ import { haStyleDialog } from "../../../resources/styles";
|
||||
import { HomeAssistant } from "../../../types";
|
||||
import { SaveDialogParams } from "./show-save-config-dialog";
|
||||
|
||||
@customElement("hui-save-config")
|
||||
@customElement("hui-dialog-save-config")
|
||||
export class HuiSaveConfig extends LitElement {
|
||||
@property() public hass?: HomeAssistant;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user