Skip to content

Commit ecdb676

Browse files
NicolappsConvex, Inc.
authored andcommitted
dash: Fix initial date for audit log (#42285)
GitOrigin-RevId: 6ab35c3c03bf49300b676ae17257fe101edd5bcc
1 parent 4d2f04e commit ecdb676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard/src/components/teamSettings/AuditLogToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function AuditLogToolbar({
7777
}) {
7878
const minStartDate = startOfDay(
7979
auditLogRetentionDays === -1
80-
? new Date(2024, 6, 5)
80+
? new Date(2024, 5, 5)
8181
: Date.now() - auditLogRetentionDays * 24 * 60 * 60 * 1000,
8282
);
8383
const beforeMinDateTooltip =

0 commit comments

Comments
 (0)