Skip to content

Commit

Permalink
Remove cancel button on edit view dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Feb 17, 2024
1 parent 84938cc commit e3aa0d1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,6 @@ export class HuiDialogEditView extends LitElement {
</mwc-button>
`
: ""}
<mwc-button @click=${this.closeDialog} slot="primaryAction"
>${this.hass!.localize("ui.common.cancel")}</mwc-button
>
<mwc-button
slot="primaryAction"
?disabled=${!this._config || this._saving || !this._dirty}
Expand Down

0 comments on commit e3aa0d1

Please sign in to comment.