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 0963212 commit 39093daCopy full SHA for 39093da
template/client/services/loopback.js
@@ -83,7 +83,7 @@ addTokenFromLocalStorage(http);
83
/* Request Interceptors */
84
const interceptReqErrors = err => Promise.reject(err);
85
const interceptRequest = (config) => {
86
- config.uid = setLoading(true);
+ config.uid = setLoading(true, config.uid);
87
// console.log('request', config);
88
return config;
89
};
0 commit comments