diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-02 13:24:07 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-02 13:24:07 +0700 |
| commit | bf805f7da68891250a10d85d9206607de3cbfacf (patch) | |
| tree | 45355b1ed81f0a086497a8717636ee368b7ba578 /src/lib/product/components | |
| parent | 702b5d9b6e215ad812fadaff3325e1e6164d3b24 (diff) | |
<iman> temp save update fetch data promotion program line
Diffstat (limited to 'src/lib/product/components')
| -rw-r--r-- | src/lib/product/components/ProductSearch.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx index eaeac71a..1f083722 100644 --- a/src/lib/product/components/ProductSearch.jsx +++ b/src/lib/product/components/ProductSearch.jsx @@ -87,7 +87,7 @@ const ProductSearch = ({ recurse(category); return ids; }; - + console.log("queryFinal",queryFinal) useEffect(() => { if(prefixUrl.includes('category')){ const ids = collectIds(dataCategoriesProduct); |
