PMCORE-3282:Solve error when jumping to a case

This commit is contained in:
fabio
2021-09-06 19:56:47 -04:00
parent e2d2c71339
commit fcff11485c
2 changed files with 22 additions and 16 deletions

View File

@@ -438,7 +438,6 @@ export default {
if (err.response.data) {
that.showAlert(err.response.data.error.message, "danger");
}
throw new Error(err);
});
},
formatResponseCaseNotes(notes) {