1.3.6(1) Resolved local upload issues due to form type.
This commit is contained in:
@@ -109,12 +109,13 @@ export function* signInSuccessSaga({ payload }) {
|
||||
|
||||
const shop = yield client.query({ query: QUERY_BODYSHOP });
|
||||
logImEXEvent("imexmobile_sign_in_success", payload);
|
||||
yield put(
|
||||
setBodyshop({
|
||||
...shop.data.bodyshops[0],
|
||||
localmediaserverhttp: `http://192.168.1.235:8000`,
|
||||
})
|
||||
);
|
||||
yield put(setBodyshop(shop.data.bodyshops[0]));
|
||||
// yield put(
|
||||
// setBodyshop({
|
||||
// ...shop.data.bodyshops[0],
|
||||
// localmediaserverhttp: `http://192.168.0.142:8000`,
|
||||
// })
|
||||
// );
|
||||
} catch (error) {
|
||||
console.log("UH-OH. Couldn't get shop details.", error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user