Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-2024-fall' into feature/…
Browse files Browse the repository at this point in the history
…FOUR-19016
  • Loading branch information
Rodrigo Quelca committed Oct 15, 2024
2 parents 9ce197f + 8683126 commit 7681d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScreenTemplateCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default {
window.location.reload();
})
.catch((error) => {
const errorMessage = error.response?.data?.message || error.message;
const errorMessage = error.response?.data?.message || error.response?.data?.error || error.message;
ProcessMaker.alert(errorMessage, "danger");
});
},
Expand Down

0 comments on commit 7681d98

Please sign in to comment.