diff --git a/frontend/src/pages/organization/AuditLogsPage/components/LogsDateFilter.tsx b/frontend/src/pages/organization/AuditLogsPage/components/LogsDateFilter.tsx index ca31a17cd..71d418c9d 100644 --- a/frontend/src/pages/organization/AuditLogsPage/components/LogsDateFilter.tsx +++ b/frontend/src/pages/organization/AuditLogsPage/components/LogsDateFilter.tsx @@ -112,7 +112,7 @@ export const LogsDateFilter = ({ setFilter, filter, timezone, setTimezone }: Pro
{formatDateTime({ timezone, - timestamp: filter.startDate, + timestamp: filter.endDate, dateFormat: "yyyy/MM/dd HH:mm" })}