PMCORE-3332 Error message when consulting information about the cases (related to case notes)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user