We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3c34a commit 49f48c5Copy full SHA for 49f48c5
template/client/services/loopback.js
@@ -54,6 +54,7 @@ http.find = (endpoint, filter) => http.get(endpoint, {params: {filter}});
54
55
/* Response Interceptors */
56
const interceptResErrors = (err) => {
57
+ setLoading(false, err.response.config.uid);
58
try {
59
err = Object.assign(new Error(), err.response.data.error);
60
} catch (e) {
0 commit comments