Skip to content

Commit

Permalink
272 - client - Fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivicac committed Aug 23, 2023
1 parent 0ae0106 commit c890981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/mutations/projects.mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const useEnableProjectInstanceWorkflowMutation = (
) =>
useMutation({
mutationFn: (request: EnableProjectInstanceWorkflowRequest) => {
return new AutomationProjectInstancesApi().enableProjectInstanceWorkflow(
return new AutomationProjectInstanceApi().enableProjectInstanceWorkflow(
request
);
},
Expand Down

0 comments on commit c890981

Please sign in to comment.