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:
@@ -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