Skip to content

Commit

Permalink
Remove refetchonmount
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Nov 28, 2024
1 parent 9656a0f commit 344abf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/domain-workflows/hooks/use-list-workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default function useListWorkflows({
},
retry: false,
refetchOnWindowFocus: (query) => query.state.status !== 'error',
refetchOnMount: true,
gcTime: 0,
});

Expand Down

0 comments on commit 344abf0

Please sign in to comment.