Added job recalc when saving a line edit. BOD-385

This commit is contained in:
Patrick Fic
2020-10-05 12:27:08 -07:00
parent d9212dd016
commit 8592c98b93
11 changed files with 48 additions and 16 deletions

View File

@@ -37,6 +37,9 @@ export const axiosAuthInterceptorId = axios.interceptors.request.use(
(error) => Promise.reject(error)
);
export const cleanAxios = axios.create();
cleanAxios.interceptors.request.eject(axiosAuthInterceptorId);
if (process.env.NODE_ENV === "production") LogRocket.init("gvfvfw/bodyshopapp");
const httpLink = new HttpLink({