Skip to content

Commit

Permalink
Fix secondary option
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Jun 25, 2024
1 parent e9e75c2 commit e9bb6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/config/users/dialog-admin-change-password.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class DialogAdminChangePassword extends LitElement {
@value-changed=${this._valueChanged}
.disabled=${this._submitting}
></ha-form>
<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 e9bb6dc

Please sign in to comment.