Skip to content

Commit 76b3085

Browse files
committed
The AI filter should only look at the last past 30d of tags
1 parent e27077e commit 76b3085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.ai-filter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export async function action({ request, params }: ActionFunctionArgs) {
7171
name: search,
7272
page: 1,
7373
pageSize: 50,
74-
period: "1y",
74+
period: "30d",
7575
});
7676
return {
7777
tags: tags.tags,

0 commit comments

Comments
 (0)