fix: Missing Items On Admin Pages (#5984)

This commit is contained in:
Michael Genson
2025-08-18 12:21:29 -05:00
committed by GitHub
parent c74f016f66
commit c34180632b
5 changed files with 5 additions and 0 deletions

View File

@@ -99,6 +99,7 @@
:headers="headers"
:items="backups.imports || []"
class="elevation-0"
:items-per-page="-1"
hide-default-footer
disable-pagination
:search="search"

View File

@@ -47,6 +47,7 @@
:items="groups || []"
item-key="id"
class="elevation-0"
:items-per-page="-1"
hide-default-footer
disable-pagination
:search="search"

View File

@@ -66,6 +66,7 @@
:items="households"
item-key="id"
class="elevation-0"
:items-per-page="-1"
hide-default-footer
disable-pagination
:search="search"

View File

@@ -56,6 +56,7 @@
item-key="id"
class="elevation-0"
elevation="0"
:items-per-page="-1"
hide-default-footer
disable-pagination
:search="search"

View File

@@ -33,6 +33,7 @@
:items="members || []"
item-key="id"
class="elevation-0"
:items-per-page="-1"
hide-default-footer
disable-pagination
>