diff --git a/auth-web/src/composables/transactions-factory.ts b/auth-web/src/composables/transactions-factory.ts index 81ab40ff4..ddd2ea369 100644 --- a/auth-web/src/composables/transactions-factory.ts +++ b/auth-web/src/composables/transactions-factory.ts @@ -103,7 +103,7 @@ export const useTransactions = () => { console.error('Failed to get transaction list.', error) } transactions.loading = false - }, 2000, { leading: true, trailing: true }) as (filterField?: string, value?: any, viewAll?: boolean) => Promise + }, 1000, { leading: true, trailing: true }) as (filterField?: string, value?: any, viewAll?: boolean) => Promise const getTransactionReport = async () => { try {