Fix refetch on workflow status update (#9946)
Refetch was not set-up properly on activation/deactivation
This commit is contained in:
@ -37,7 +37,7 @@ export const useActivateWorkflowVersion = () => {
|
||||
{
|
||||
query: findManyWorkflowVersionsQuery,
|
||||
variables: {
|
||||
id: workflowId,
|
||||
workflowId,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user