mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Fix cancel button in section edit (#21045)
This commit is contained in:
parent
09969c0e2d
commit
f4e24bed2e
@ -205,7 +205,7 @@ export class HuiDialogEditSection
|
|||||||
: nothing}
|
: nothing}
|
||||||
</ha-dialog-header>
|
</ha-dialog-header>
|
||||||
${content}
|
${content}
|
||||||
<ha-button slot="secondaryAction">
|
<ha-button slot="secondaryAction" @click=${this._cancel}>
|
||||||
${this.hass!.localize("ui.common.cancel")}
|
${this.hass!.localize("ui.common.cancel")}
|
||||||
</ha-button>
|
</ha-button>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user