Skip to content

Commit

Permalink
Show homeassistant when creating partial backup (#13482)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Aug 25, 2022
1 parent 669f7ef commit 255cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hassio/src/components/supervisor-backup-content.ts
Expand Up @@ -171,7 +171,7 @@ export class SupervisorBackupContent extends LitElement {
: ""}
${this.backupType === "partial"
? html`<div class="partial-picker">
${this.backup?.homeassistant
${!this.backup || this.backup.homeassistant
? html`<ha-formfield
.label=${html`<supervisor-formfield-label
label="Home Assistant"
Expand Down

0 comments on commit 255cb23

Please sign in to comment.