[Glitch] Fix WebUI erroneously stopping to offer expanding search results after second page

Port 68bfa7ae3f742b343c98a28526bfecace4d243dd to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire 2025-01-02 11:58:00 +01:00
parent cef665788a
commit b9a32b0003

View File

@ -56,7 +56,7 @@ export const expandSearch = createDataLoadingThunk(
return apiGetSearch({ return apiGetSearch({
q, q,
type, type,
limit: 11, limit: 10,
offset, offset,
}); });
}, },