[App.js] getSubCategory 파라미터 변경

This commit is contained in:
junghoon86.park
2024-02-07 10:11:39 +09:00
parent 69fb14b630
commit 9d5b02eb54

View File

@@ -62,11 +62,11 @@ function AppBase(props) {
dispatch(getBestSeller());
dispatch(
getSubCategory({
lgCatCd: "",
patnrIdList: "",
pageSize: "",
tabType: "",
filterType: "",
lgCatCd: 1017, //LG Electronics Base
patnrIdList: null,
pageSize: null,
tabType: null,
filterType: null,
})
);
dispatch(getTop20Show());