Merged in bugfix/PMCORE-3332 (pull request #8139)

PMCORE-3332 Error message when consulting information about the cases (related to case notes)

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Roly Gutierrez
2021-09-17 13:14:02 +00:00
committed by Julio Cesar Laura Avendaño
5 changed files with 10 additions and 3 deletions

View File

@@ -436,7 +436,7 @@ export default {
})
.catch((err) => {
if (err.response.data) {
that.showAlert(err.response.data.error.message, "danger");
that.showAlert(err.response.data.error.message, "info");
}
});
},