Skip to content

Commit

Permalink
fix: rollback failed complete [DHIS2-15033] (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp authored Apr 20, 2023
1 parent a774498 commit ce559cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/completion/use-set-form-completion-mutation.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function useSetFormCompletionMutation() {

return context
},
onError: (event, context) => {
onError: (event, _, context) => {
const alertMessage = i18n.t(
'Something went wrong while setting the form\'s completion to "{{completed}}": {{errorMessage}}',
{
Expand Down

1 comment on commit ce559cf

@dhis2-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.