chore(sh-admin): bump dependencies (#4433)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Joel Jacob Stephen
2024-10-23 08:21:00 -05:00
committed by GitHub
parent cf0978bce0
commit 79aefed322
8 changed files with 2879 additions and 4388 deletions

View File

@@ -138,7 +138,7 @@ const t = useI18n();
const toast = useToast();
// Get Users List
const { data } = useQuery({ query: MetricsDocument });
const { data } = useQuery({ query: MetricsDocument, variables: {} });
const usersPerPage = computed(() => data.value?.infra.usersCount || 10000);
const { list: usersList } = usePagedQuery(