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 <textLink
id="preferredShopNotListedLink" id="preferredShopNotListedLink"
linkType="navigation" linkType="navigation"
href="#!" href="javascript:void(0)"
:text="shopNotListedModalLink" :text="shopNotListedModalLink"
@clickEvent="doNotSeeMyShopLinkClick" /> @clickEvent="doNotSeeMyShopLinkClick" />
</div> </div>
@ -140,6 +140,7 @@ import BaseFormMixin from '@/mixins/base-form-mixin.js';
import globalRules from '@/constants/global-rules.js'; import globalRules from '@/constants/global-rules.js';
import widgetFields from '@/constants/cms-widget-fields.js'; import widgetFields from '@/constants/cms-widget-fields.js';
import { shallowRef } from 'vue'; import { shallowRef } from 'vue';
import { toTitleCase } from '@/helpers/text-helper.js';
export default { export default {
name: 'tpa-search', name: 'tpa-search',