mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +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}
|
||||
</ha-dialog-header>
|
||||
${content}
|
||||
<ha-button slot="secondaryAction">
|
||||
<ha-button slot="secondaryAction" @click=${this._cancel}>
|
||||
${this.hass!.localize("ui.common.cancel")}
|
||||
</ha-button>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user