diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-14 15:15:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-14 15:15:30 +0700 |
| commit | e3e3fe8d87130fcd1872046de0160272b6ea9763 (patch) | |
| tree | b371bb6c94f48fa60c4e22a7fb5dfd387dedd7a7 /src/lib | |
| parent | ef2d3ad6759db8535c04d986f4bc43f01da6ccd8 (diff) | |
<iman> update promotion-program
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/product/components/ProductSearch.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx index 08b64c13..ec0077c2 100644 --- a/src/lib/product/components/ProductSearch.jsx +++ b/src/lib/product/components/ProductSearch.jsx @@ -130,6 +130,7 @@ const ProductSearch = ({ brands.push({ brand, qty }); } } + console.log("daftar brand",brands) const categories = []; for ( @@ -144,6 +145,7 @@ const ProductSearch = ({ categories.push({ name, qty }); } } + console.log("daftar kategori",categories) const orderOptions = [ { value: 'price-asc', label: 'Harga Terendah' }, |
