Skip to content

Commit

Permalink
Remove columns and un-clearable filters
Browse files Browse the repository at this point in the history
fixes: keycloak#34734
Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
edewit committed Nov 7, 2024
1 parent 0bcb42c commit a5d8bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export enum ClientsDetailsTab {
ServiceAccountsRoles = "Service accounts roles",
Advanced = "Advanced",
Scope = "Scope",
UserEvents = "User events",
UserEvents = "Events",
}

export default class ClientDetailsPage extends CommonPage {
Expand Down

0 comments on commit a5d8bb9

Please sign in to comment.