diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-19 11:09:50 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-19 11:09:50 +0700 |
| commit | b4101696955b2573a5b259d6166c9e950f33d992 (patch) | |
| tree | 3cb58552cca3d6bc2a0c915aa7fae515e1876e06 /src/lib/product | |
| parent | a20fd43f0cafe86444605c3bb8f2a998e1b9dbe6 (diff) | |
<iman> update flash sale non display
Diffstat (limited to 'src/lib/product')
| -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 09727e81..994efce0 100644 --- a/src/lib/product/components/ProductSearch.jsx +++ b/src/lib/product/components/ProductSearch.jsx @@ -239,6 +239,7 @@ const ProductSearch = ({ const handleDeleteFilter = async (source, value) => { let params = { + penawaran: router.query.penawaran, q: router.query.q, orderBy: orderBy, brand: brandValues.join(','), @@ -266,6 +267,7 @@ const ProductSearch = ({ break; case 'delete': params = { + penawaran: router.query.penawaran, q: router.query.q, orderBy: orderBy, }; |
