Keep view when closing select
All checks were successful
Build Docker Image / build (push) Successful in 4m59s
All checks were successful
Build Docker Image / build (push) Successful in 4m59s
This commit is contained in:
@@ -229,8 +229,7 @@ export function useCatalogSearch() {
|
||||
|
||||
const cancelSelect = () => {
|
||||
updateQuery({
|
||||
select: null,
|
||||
view: lastViewMode.value === 'offers' ? null : lastViewMode.value
|
||||
select: null
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user