diff --git a/webapp/components/SearchInput/SearchInput.vue b/webapp/components/SearchInput/SearchInput.vue index 54536111e..c94a2baec 100644 --- a/webapp/components/SearchInput/SearchInput.vue +++ b/webapp/components/SearchInput/SearchInput.vue @@ -211,7 +211,7 @@ export default { this.pending = false this.searchResults = [] this.quickValue = '' - this.clearTimeout(this.searchProcess) + clearTimeout(this.searchProcess) this.isOpen = false this.unprocessedSearchInput = '' this.lastSearchTerm = ''