We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2f04e commit ecdb676Copy full SHA for ecdb676
npm-packages/dashboard/src/components/teamSettings/AuditLogToolbar.tsx
@@ -77,7 +77,7 @@ export function AuditLogToolbar({
77
}) {
78
const minStartDate = startOfDay(
79
auditLogRetentionDays === -1
80
- ? new Date(2024, 6, 5)
+ ? new Date(2024, 5, 5)
81
: Date.now() - auditLogRetentionDays * 24 * 60 * 60 * 1000,
82
);
83
const beforeMinDateTooltip =
0 commit comments