Fix WebUI erroneously stopping to offer expanding search results after second page (#33428)
This commit is contained in:
		@@ -56,7 +56,7 @@ export const expandSearch = createDataLoadingThunk(
 | 
			
		||||
    return apiGetSearch({
 | 
			
		||||
      q,
 | 
			
		||||
      type,
 | 
			
		||||
      limit: 11,
 | 
			
		||||
      limit: 10,
 | 
			
		||||
      offset,
 | 
			
		||||
    });
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user