Merge pull request #397 from ticky/friendlier-unknown-errors
Friendlier unknown errors
This commit is contained in:
		
						commit
						879aa9ad26
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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.')); | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|  |  | |||
		Reference in a new issue