fix: wip filter uncategorized transactions by date

This commit is contained in:
Ahmed Bouhuolia
2024-08-23 01:57:52 +02:00
parent 1062b65b5b
commit f6bad8fe30
14 changed files with 344 additions and 46 deletions

View File

@@ -152,7 +152,7 @@ export function useAccountUncategorizedTransactionsInfinity(
const apiRequest = useApiRequest();
return useInfiniteQuery(
[t.CASHFLOW_ACCOUNT_UNCATEGORIZED_TRANSACTIONS_INFINITY, accountId],
[t.CASHFLOW_ACCOUNT_UNCATEGORIZED_TRANSACTIONS_INFINITY, accountId, query],
async ({ pageParam = 1 }) => {
const response = await apiRequest.http({
...axios,