mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 06:20:05 -06:00
fixes: #35048
(cherry picked from commit c19c3c80cc)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
@@ -171,10 +171,10 @@ export const UserEvents = ({ user, client }: UserEventsProps) => {
|
||||
|
||||
function loader(first?: number, max?: number) {
|
||||
return adminClient.realms.findEvents({
|
||||
// The admin client wants 'dateFrom' and 'dateTo' to be Date objects, however it cannot actually handle them so we need to cast to any.
|
||||
...(activeFilters as any),
|
||||
client,
|
||||
user,
|
||||
// The admin client wants 'dateFrom' and 'dateTo' to be Date objects, however it cannot actually handle them so we need to cast to any.
|
||||
...(activeFilters as any),
|
||||
realm,
|
||||
first,
|
||||
max,
|
||||
|
||||
Reference in New Issue
Block a user