Merged in bugfix/PMCORE-3282 (pull request #8101)

PMCORE-3282

Approved-by: Rodrigo Quelca
This commit is contained in:
Fabio Guachalla
2021-09-08 13:33:15 +00:00
committed by Julio Cesar Laura Avendaño
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) {