Merge pull request #1798 from automatisch/fix-flow-counts

fix: show flow counts using useConnectionFlows
This commit is contained in:
Ali BARIN
2024-04-10 16:37:06 +02:00
committed by GitHub
2 changed files with 32 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ import api from 'helpers/api';
export default function useConnectionFlows(
{ connectionId, page },
{ enabled },
{ enabled } = {},
) {
const query = useQuery({
queryKey: ['connectionFlows', connectionId, page],