Raise search result limit to 33 in frontend.

staging
multiple creatures 2019-04-14 01:29:15 -05:00
parent f344170fd0
commit c86c4b95be
1 changed files with 1 additions and 1 deletions

View File

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