renamed list-group to list-content for consistency with the others

This commit is contained in:
Gani Georgiev
2026-04-22 17:59:11 +03:00
parent b15f358fc9
commit 2ddf161314
5 changed files with 6 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ export function backupsList(propsArg = {}) {
},
},
t.div(
{ className: "list-group" },
{ className: "list-content" },
t.div(
{
hidden: () => !data.isLoading || data.backups.length,