diff --git a/frontend/src/pages/organization/AuditLogsPage/components/LogsSection.tsx b/frontend/src/pages/organization/AuditLogsPage/components/LogsSection.tsx index 11869f2da..dcfc6a3f0 100644 --- a/frontend/src/pages/organization/AuditLogsPage/components/LogsSection.tsx +++ b/frontend/src/pages/organization/AuditLogsPage/components/LogsSection.tsx @@ -35,7 +35,8 @@ export const LogsSection = withPermission( const { popUp, handlePopUpOpen, handlePopUpToggle } = usePopUp(["upgradePlan"] as const); const [logFilter, setLogFilter] = useState({ eventType: presets?.eventType || [], - actor: presets?.actorId + actor: presets?.actorId, + eventMetadata: presets?.eventMetadata }); const [timezone, setTimezone] = useState(Timezone.Local);