This commit is contained in:
Michaela Brydon 2023-12-04 20:34:30 -05:00
parent ef49dadbb2
commit 0bf200e01d

View file

@ -100,7 +100,7 @@
<textLink
id="preferredShopNotListedLink"
linkType="navigation"
href="#!"
href="javascript:void(0)"
:text="shopNotListedModalLink"
@clickEvent="doNotSeeMyShopLinkClick" />
</div>
@ -140,6 +140,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 { toTitleCase } from '@/helpers/text-helper.js';
export default {
name: 'tpa-search',