Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore(searchbox): rm unused computed prop
Browse files Browse the repository at this point in the history
  • Loading branch information
bobylito committed Nov 3, 2017
1 parent 6bdf9a7 commit b11c125
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/SearchBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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]');
Expand Down

0 comments on commit b11c125

Please sign in to comment.