Fix search widget destination field not passing mode=search
All checks were successful
Build Docker Image / build (push) Successful in 4m1s

When clicking destination in GlobalSearchBar, now passes ?mode=search
to /select-location so the selection gets saved to searchStore
This commit is contained in:
Ruslan Bakiev
2026-01-08 13:18:05 +07:00
parent 675ccc2064
commit f3e0260325

View File

@@ -91,7 +91,7 @@ const goToProductSelection = () => {
}
const goToLocationSelection = () => {
navigateTo(localePath('/select-location'))
navigateTo(localePath('/select-location') + '?mode=search')
}
// Can search - need at least product selected