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

This commit is contained in:
Roly Gutierrez
2021-09-16 21:48:00 -04:00
parent ba1aeb9f95
commit 3e0ac48049
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");
}
});
},