Skip to content

Commit

Permalink
fix: [SB-700] Reload charges list
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Sep 28, 2022
1 parent 4b9ae99 commit dea43b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const useTransactionsHistoryQuery = () => {
useQueryLoader<stripeAllChargesQuery>(StripeAllChargesQueryGraphql);

useEffect(() => {
loadTransactionsHistoryQuery({});
loadTransactionsHistoryQuery({}, { fetchPolicy: 'store-and-network' });
}, [loadTransactionsHistoryQuery]);

return { transactionsHistoryQueryRef };
Expand Down

0 comments on commit dea43b9

Please sign in to comment.