feature/IO-3255-simplified-parts-management - Bug Fixes
This commit is contained in:
@@ -401,12 +401,11 @@ export function* SetAuthLevelFromShopDetails({ payload }) {
|
||||
window.$zoho.salesiq.visitor.info({ "Shop Name": payload.shopname });
|
||||
}
|
||||
});
|
||||
|
||||
// Set whether it is for parts management only
|
||||
yield put(setPartsManagementOnly(payload.features.partsManagementOnly));
|
||||
} catch (error) {
|
||||
console.warn("Couldnt find $crisp.", error.message);
|
||||
}
|
||||
|
||||
yield put(setPartsManagementOnly(payload.features.partsManagementOnly));
|
||||
} catch (error) {
|
||||
yield put(signInFailure(error.message));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user