From 0bf200e01d840b739f20f15b31d210ff49538bf0 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Mon, 4 Dec 2023 20:34:30 -0500 Subject: [PATCH] Forgot --- src/layouts/tpa-search/tpa-search.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/tpa-search/tpa-search.vue b/src/layouts/tpa-search/tpa-search.vue index dd7e4d18..f71d8d7e 100644 --- a/src/layouts/tpa-search/tpa-search.vue +++ b/src/layouts/tpa-search/tpa-search.vue @@ -100,7 +100,7 @@ @@ -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',