Merge branch 'feature/search_updates_groups' of https://code.gab.com/gab/social/gab-social into develop

This commit is contained in:
mgabdev
2020-01-16 17:56:04 -05:00
32 changed files with 138 additions and 62 deletions

View File

@@ -37,7 +37,6 @@ export function submitSearch() {
params: {
q: value,
resolve: true,
limit: 5,
},
}).then(response => {
if (response.data.accounts) {