[Glitch] Fix search in web UI not setting a limit, restore limit of 10
Port 379c3e237fd271b91073f4b4a4a1626e84a7250f to glitch-soc, but changing the 5 limit to 10, since that's what we had previously
This commit is contained in:
		
							parent
							
								
									4444d8f9b3
								
							
						
					
					
						commit
						59551ece31
					
				@ -37,6 +37,7 @@ export function submitSearch() {
 | 
			
		||||
      params: {
 | 
			
		||||
        q: value,
 | 
			
		||||
        resolve: true,
 | 
			
		||||
        limit: 10,
 | 
			
		||||
      },
 | 
			
		||||
    }).then(response => {
 | 
			
		||||
      if (response.data.accounts) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user