mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
parent
35d9b2ac3c
commit
2ed6d0e73c
@ -54,7 +54,7 @@ export class HuiDialogEditLovelace extends LitElement {
|
||||
|
||||
protected render(): TemplateResult | void {
|
||||
return html`
|
||||
<ha-paper-dialog with-backdrop>
|
||||
<ha-paper-dialog with-backdrop modal>
|
||||
<h2>
|
||||
${this.hass!.localize(
|
||||
"ui.panel.lovelace.editor.edit_lovelace.header"
|
||||
|
@ -129,7 +129,7 @@ export class HuiEditView extends LitElement {
|
||||
break;
|
||||
}
|
||||
return html`
|
||||
<ha-paper-dialog with-backdrop>
|
||||
<ha-paper-dialog with-backdrop modal>
|
||||
<h2>
|
||||
${this._viewConfigTitle}
|
||||
</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user