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