renamed list-group to list-content for consistency with the others
This commit is contained in:
@@ -117,7 +117,7 @@ export function backupsList(propsArg = {}) {
|
||||
},
|
||||
},
|
||||
t.div(
|
||||
{ className: "list-group" },
|
||||
{ className: "list-content" },
|
||||
t.div(
|
||||
{
|
||||
hidden: () => !data.isLoading || data.backups.length,
|
||||
|
||||
Reference in New Issue
Block a user