Skip to content

Commit 2b36e26

Browse files
committed
Replace 1year with 90 days
1 parent 02a9c16 commit 2b36e26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/webapp/app/components/runs/v3/SharedFilters.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ const timePeriods = [
108108
value: "30d",
109109
},
110110
{
111-
label: "1 year",
112-
value: "365d",
111+
label: "90 days",
112+
value: "90d",
113113
},
114114
];
115115

0 commit comments

Comments
 (0)