Skip to content
Snippets Groups Projects
Commit 879aa9ad authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #397 from ticky/friendlier-unknown-errors

Friendlier unknown errors
parents 52850c51 cc46c6b4
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ export default function errorsMiddleware() {
dispatch(showAlert(title, message));
} else {
console.error(action.error);
dispatch(showAlert('Oops!', 'An unexpected error occurred. Inspect the console for more details'));
dispatch(showAlert('Oops!', 'An unexpected error occurred.'));
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment