Skip to content

Commit

Permalink
Update executeJobModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
and189 authored Nov 29, 2023
1 parent 940cdea commit 08c2002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/app/jobs/executeJobModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ExecuteJobModal: React.FC<ExecuteJobModalProps> = ({ closeModal, de
error: `Failed to start job ${jobId}`,
});
},
[jobId, closeModal],
[jobId, closeModal],
);

return (
Expand Down

0 comments on commit 08c2002

Please sign in to comment.