diff --git a/features/admin.roles.v2/pages/role.tsx b/features/admin.roles.v2/pages/role.tsx index 90a7a4c47b5..abebdddfc60 100644 --- a/features/admin.roles.v2/pages/role.tsx +++ b/features/admin.roles.v2/pages/role.tsx @@ -303,7 +303,7 @@ const RolesPage: FunctionComponent = ( /> ) } - showPagination={ rolesList?.totalResults > 0 } + showPagination={ true } totalPages={ Math.ceil(rolesList?.totalResults / listItemLimit) } totalListSize={ rolesList?.totalResults } isLoading={ isRolesListLoading }