Skip to content

Commit

Permalink
Fix create backup toggle ignored (#22652)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Nov 4, 2024
1 parent 20d3681 commit 32b5d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/more-info/controls/more-info-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class MoreInfoUpdate extends LitElement {
)}
</span>
<ha-switch
id="create_backup"
id="create-backup"
checked
.disabled=${updateIsInstalling(this.stateObj)}
></ha-switch>
Expand Down

0 comments on commit 32b5d67

Please sign in to comment.