[Glitch] Fix WebUI erroneously stopping to offer expanding search results after second page
Port 68bfa7ae3f
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2926/head
parent
cef665788a
commit
b9a32b0003
|
@ -56,7 +56,7 @@ export const expandSearch = createDataLoadingThunk(
|
|||
return apiGetSearch({
|
||||
q,
|
||||
type,
|
||||
limit: 11,
|
||||
limit: 10,
|
||||
offset,
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue