Browse Source

update catch all error message

pull/1013/head
Keviin Åberg Kultalahti 5 years ago
parent
commit
57dcaefa8b
  1. 2
      packages/client/src/api/api.js

2
packages/client/src/api/api.js

@ -9,7 +9,7 @@ let cache = {}
* Handler for API errors.
*/
const handleError = error => {
notificationStore.danger(error)
notificationStore.danger('An error has occured.')
return { error }
}

Loading…
Cancel
Save