diff --git a/src/components/SearchBox.vue b/src/components/SearchBox.vue index 593af14cf..1155f7ff3 100644 --- a/src/components/SearchBox.vue +++ b/src/components/SearchBox.vue @@ -69,11 +69,6 @@ export default { blockClassName: 'ais-search-box', }; }, - computed: { - searchStalledClassName() { - return this.searchStore.isSearchStalled ? 'ais-search-box__stalled-search' : ''; - }, - }, methods: { onFormSubmit() { const input = this.$el.querySelector('input[type=search]');