Skip to content

Commit f8c82fa

Browse files
committed
Set the default time period to 1d
1 parent cae22ee commit f8c82fa

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors._index

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors._index/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const loader = async ({ request, params }: LoaderFunctionArgs) => {
102102
period,
103103
from,
104104
to,
105-
defaultPeriod: "7d",
105+
defaultPeriod: "1d",
106106
retentionLimitDays,
107107
})
108108
.catch((error) => {
@@ -127,7 +127,7 @@ export const loader = async ({ request, params }: LoaderFunctionArgs) => {
127127
return typeddefer({
128128
data: listPromise,
129129
hourlyOccurrences: hourlyOccurrencesPromise,
130-
defaultPeriod: "7d",
130+
defaultPeriod: "1d",
131131
retentionLimitDays,
132132
organizationSlug,
133133
projectParam,

0 commit comments

Comments
 (0)