PMCORE-3282:Solve error when jumping to a case
This commit is contained in:
@@ -438,7 +438,6 @@ export default {
|
||||
if (err.response.data) {
|
||||
that.showAlert(err.response.data.error.message, "danger");
|
||||
}
|
||||
throw new Error(err);
|
||||
});
|
||||
},
|
||||
formatResponseCaseNotes(notes) {
|
||||
|
||||
Reference in New Issue
Block a user