diff --git a/webapp/store/search.js b/webapp/store/search.js index bf6448131..0d0172a98 100644 --- a/webapp/store/search.js +++ b/webapp/store/search.js @@ -69,7 +69,7 @@ export const actions = { .then(res => { commit('SET_QUICK_RESULTS', res.data.findPosts || []) }) - .catch(_err => { + .catch(() => { commit('SET_QUICK_RESULTS', []) }) .finally(() => {