Forgot
This commit is contained in:
parent
ef49dadbb2
commit
0bf200e01d
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue