fix(audit-logs): actor / actor ID mismatch

This commit is contained in:
Daniel Hougaard
2024-11-20 18:50:29 +04:00
parent 9a62efea4f
commit 96e331b678
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ export type TGetAuditLogsFilter = {
eventMetadata?: Record<string, string>;
actorType?: ActorType;
projectId?: string;
actorId?: string; // user ID format
actor?: string; // user ID format
startDate?: Date;
endDate?: Date;
limit: number;

View File

@@ -98,7 +98,7 @@ export const LogsSection = ({
userAgentType,
startDate,
endDate,
actorId: actor
actor
}}
/>
<UpgradePlanModal