Fix for backup overflow (#12454)

This commit is contained in:
Zack Barett 2022-04-26 23:10:35 -05:00 committed by GitHub
parent 28f5611df5
commit 684e4421bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,7 @@ class HaConfigBackup extends LitElement {
actions: {
title: "",
width: "15%",
type: "overflow-menu",
template: (_: string, backup: BackupContent) =>
html`<ha-icon-overflow-menu
.hass=${this.hass}
@ -126,7 +127,7 @@ class HaConfigBackup extends LitElement {
return html`
<hass-tabs-subpage-data-table
tabs=${[
.tabs=${[
{
translationKey: "ui.panel.config.backup.caption",
path: `/config/backup`,