Skip to content

Commit 18c1c9a

Browse files
author
WebDeveloperGuide
committed
Home page > Featured products > added missing parameters for API call.
1 parent b8db062 commit 18c1c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_panel/src/components/FeaturedProducts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const FeaturedProducts = () => {
1818
const dispatch = useDispatch();
1919

2020
useEffect(()=>{
21-
dispatch(getProducts());
21+
dispatch(getProducts(0,6,'','',''));
2222
},[])
2323

2424
return(

0 commit comments

Comments
 (0)