Skip to content

Commit

Permalink
fixed pagination
Browse files Browse the repository at this point in the history
fixes: keycloak#36196
Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
edewit committed Jan 7, 2025
1 parent 0535c76 commit aaa403e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/apps/admin-ui/src/clients/ClientSessions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const ClientSessions = ({ client }: ClientSessionsProps) => {
return (
<PageSection variant="light" className="pf-v5-u-p-0">
<SessionsTable
isPaginated
loader={loader}
hiddenColumns={["clients"]}
emptyInstructions={t("noSessionsForClient")}
Expand Down

0 comments on commit aaa403e

Please sign in to comment.