Skip to content

Commit

Permalink
Fix cancel button in section edit (#21045)
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored Jun 9, 2024
1 parent 09969c0 commit f4e24be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f4e24be

Please sign in to comment.