aboutsummaryrefslogtreecommitdiff
path: root/src/components/search_bar/search_bar.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/search_bar/search_bar.js')
-rw-r--r--src/components/search_bar/search_bar.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/search_bar/search_bar.js b/src/components/search_bar/search_bar.js
index 7ae8b21b..551649c7 100644
--- a/src/components/search_bar/search_bar.js
+++ b/src/components/search_bar/search_bar.js
@@ -13,8 +13,7 @@ const SearchBar = {
data: () => ({
searchTerm: undefined,
hidden: true,
- error: false,
- loading: false
+ error: false
}),
watch: {
'$route': function (route) {