update catch all error message
This commit is contained in:
parent
6d99cf4ef9
commit
d419766a31
|
@ -9,7 +9,7 @@ let cache = {}
|
||||||
* Handler for API errors.
|
* Handler for API errors.
|
||||||
*/
|
*/
|
||||||
const handleError = error => {
|
const handleError = error => {
|
||||||
notificationStore.danger(error)
|
notificationStore.danger('An error has occured.')
|
||||||
return { error }
|
return { error }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue