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: { params: {
q: value, q: value,
resolve: true, resolve: true,
limit: 10, limit: 33,
}, },
}).then(response => { }).then(response => {
if (response.data.accounts) { if (response.data.accounts) {