fix: show flow counts using useConnectionFlows
This commit is contained in:
@@ -4,7 +4,7 @@ import api from 'helpers/api';
|
||||
|
||||
export default function useConnectionFlows(
|
||||
{ connectionId, page },
|
||||
{ enabled },
|
||||
{ enabled } = {},
|
||||
) {
|
||||
const query = useQuery({
|
||||
queryKey: ['connectionFlows', connectionId, page],
|
||||
|
Reference in New Issue
Block a user