web/admin: use full page size for modals
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -31,7 +31,7 @@ export class GroupSelectModal extends TableModal<Group> {
 | 
			
		||||
        return new CoreApi(DEFAULT_CONFIG).coreGroupsList({
 | 
			
		||||
            ordering: this.order,
 | 
			
		||||
            page: page,
 | 
			
		||||
            pageSize: (await uiConfig()).pagination.perPage / 2,
 | 
			
		||||
            pageSize: (await uiConfig()).pagination.perPage,
 | 
			
		||||
            search: this.search || "",
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user