Fix search widget destination field not passing mode=search
All checks were successful
Build Docker Image / build (push) Successful in 4m1s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user