Added referral source to bodyshop + form. BOD-158
This commit is contained in:
@@ -13,7 +13,7 @@ import rootSaga from "./root.saga";
|
||||
const sagaMiddleWare = createSagaMiddleware();
|
||||
|
||||
const reduxSyncConfig = {
|
||||
whitelist: ["ADD_RECENT_ITEM"],
|
||||
whitelist: ["ADD_RECENT_ITEM", "SET_SHOP_DETAILS"],
|
||||
};
|
||||
|
||||
const middlewares = [
|
||||
|
||||
Reference in New Issue
Block a user