Skip to content

Commit

Permalink
Fix Edit Area dialog doesn't save area (#18659)
Browse files Browse the repository at this point in the history
secondary action
  • Loading branch information
silamon authored Nov 15, 2023
1 parent 291e9fc commit b35e5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/config/areas/dialog-area-registry-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class DialogAreaDetail extends LitElement {
></ha-aliases-editor>
</div>
</div>
<mwc-button slot="primaryAction" @click=${this.closeDialog}>
<mwc-button slot="secondaryAction" @click=${this.closeDialog}>
${this.hass.localize("ui.common.cancel")}
</mwc-button>
<mwc-button
Expand Down

0 comments on commit b35e5ab

Please sign in to comment.