mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix manual backup disabled with all backup locations (#23511)
This commit is contained in:
parent
f01388473a
commit
4bf0a23513
@ -200,7 +200,8 @@ class DialogGenerateBackup extends LitElement implements HassDialog {
|
|||||||
? html`
|
? html`
|
||||||
<ha-button
|
<ha-button
|
||||||
@click=${this._submit}
|
@click=${this._submit}
|
||||||
.disabled=${!selectedAgents.length}
|
.disabled=${this._formData.agents_mode === "custom" &&
|
||||||
|
!selectedAgents.length}
|
||||||
>
|
>
|
||||||
Create backup
|
Create backup
|
||||||
</ha-button>
|
</ha-button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user