Skip to content

Commit

Permalink
Remove error code from error text on popup
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Castillo <[email protected]>
  • Loading branch information
tomrndom committed Jul 19, 2024
1 parent 1d59ddf commit d6ef213
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/actions/filter-criteria-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ export const customErrorHandler = (err, res) => (dispatch, state) => {
});
} else {
Object.keys(err.response.body).forEach((key) => {
if (Number.isNaN(key)) {
msg += `${key}: "`;
}

msg += `${err.response.body[key]}<br>`;
});
}
Expand Down

0 comments on commit d6ef213

Please sign in to comment.