[Glitch] Fix search in web UI not setting a limit, restore limit of 10

Port 20769a332a to glitch-soc, but changing
the 5 limit to 10, since that's what we had previously
th-downstream
Eugen Rochko 6 years ago committed by Thibaut Girka
parent 99336afaff
commit 2393504c23

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

Loading…
Cancel
Save