diff --git a/src/components/VErrorSection/meta/VErrorSection.stories.mdx b/src/components/VErrorSection/meta/VErrorSection.stories.mdx index 1a0fc0cab2..5b1d028d52 100644 --- a/src/components/VErrorSection/meta/VErrorSection.stories.mdx +++ b/src/components/VErrorSection/meta/VErrorSection.stories.mdx @@ -51,7 +51,6 @@ export const NoResultsTemplate = (args) => ({ license_type: "", mature: false, q: "sad person", - searchBy: "", }, }} > diff --git a/src/components/VExternalSearch/VExternalSearchForm.vue b/src/components/VExternalSearch/VExternalSearchForm.vue index 2e837bac22..7cf8b60627 100644 --- a/src/components/VExternalSearch/VExternalSearchForm.vue +++ b/src/components/VExternalSearch/VExternalSearchForm.vue @@ -175,7 +175,6 @@ export default defineComponent({ /** * Find the last focusable element in VSearchGridFilter to add a 'Tab' keydown event * handler to it. - * We could actually hard-code this because 'searchBy' is always the last now. */ const lastFocusableElement = computed(() => { const focusable = getFocusableElements(sectionRef.value) diff --git a/src/components/VFilters/VFilterChecklist.vue b/src/components/VFilters/VFilterChecklist.vue index 9baa315f8a..4e1bce9192 100644 --- a/src/components/VFilters/VFilterChecklist.vue +++ b/src/components/VFilters/VFilterChecklist.vue @@ -1,8 +1,6 @@