more pages

This commit is contained in:
2026-05-02 02:38:47 -04:00
parent 2b1ec53131
commit 21a43b9c21
2 changed files with 2 additions and 1 deletions
@@ -33,7 +33,7 @@ export default function RecentAccounts() {
};
const { data, isFetching, isError, error } = useQuery({
queryKey: [...queryKeys.recent_signup, page, willFilter],
queryKey: [...queryKeys.recent_account, page, willFilter],
queryFn: () => {
const filterData = filter?.type ? { [filter?.type]: filter.id } : {};
const reqData = {
+1
View File
@@ -16,6 +16,7 @@ const queryKeys = {
billings: ['billings'],
right_sidebar: ['right_sidebar'],
recent_signup: ['recent_signup'],
recent_account: ['recent_account'],
products: ['products'],
products_template: ['products_template'],
custom_template: ['custom_template'],