mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 05:57:54 +00:00
Add modal to hui-dialog-delete-card (#5465)
This commit is contained in:
parent
71ba192c38
commit
e9945abf2f
@ -45,7 +45,7 @@ export class HuiDialogDeleteCard extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<ha-paper-dialog with-backdrop opened>
|
<ha-paper-dialog with-backdrop opened modal>
|
||||||
<h2>
|
<h2>
|
||||||
${this.hass.localize("ui.panel.lovelace.cards.confirm_delete")}
|
${this.hass.localize("ui.panel.lovelace.cards.confirm_delete")}
|
||||||
</h2>
|
</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user