Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
fix(ui): correct toast after successful moveToFailed mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-x committed May 16, 2021
1 parent d9aa684 commit d81e9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/screens/jobs/List/Job/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const JobActions = ({ job, queue }: TProps) => {
});
const moveToFailedMutation = useAbstractMutation({
mutation: mutations.moveJobToFailed,
toast: 'Moved to completed',
toast: 'Moved to failed',
invalidateSharedQueries: true,
});
const retryMutation = useAbstractMutation({
Expand Down

0 comments on commit d81e9d2

Please # to comment.