diff --git a/src/layouts/tpa-search/tpa-search.vue b/src/layouts/tpa-search/tpa-search.vue index be446bde..537aa0e4 100644 --- a/src/layouts/tpa-search/tpa-search.vue +++ b/src/layouts/tpa-search/tpa-search.vue @@ -132,6 +132,7 @@ import BaseFormMixin from '@/mixins/base-form-mixin.js'; import globalRules from '@/constants/global-rules.js'; import widgetFields from '@/constants/cms-widget-fields.js'; import { shallowRef } from 'vue'; +import routerParams from '@/router/router-constants/router-params'; const radiusFilterPairs = [ { radius: 15, filter: '15 miles' }, @@ -325,7 +326,10 @@ export default { doNotSeeMyShopLinkClick() { this.$router.navigate( this.navigationScenarios.CLICKED_DO_NOT_SEE_MY_SHOP_LINK, - this.$route + this.$route, + {}, + {}, + { [routerParams.NOT_SEEING_PREFERRED_SHOP]: true } ); }, async searchClick() {