diff --git a/apps/webapp/app/components/runs/v3/SharedFilters.tsx b/apps/webapp/app/components/runs/v3/SharedFilters.tsx
index 756af300ff9..ee922513738 100644
--- a/apps/webapp/app/components/runs/v3/SharedFilters.tsx
+++ b/apps/webapp/app/components/runs/v3/SharedFilters.tsx
@@ -668,16 +668,18 @@ function TimeDropdown({
>
{/* Duration section */}
-
{
- setActiveSection("duration");
- setValidationError(null);
- setSelectedQuickDate(null);
- }}
- className="flex cursor-pointer gap-3 rounded-md pb-3"
- >
-
-
+
+
+
{/* Custom duration row */}
e.stopPropagation()}
>
{/* Date range section */}
-
{
- setActiveSection("dateRange");
- setValidationError(null);
- }}
- className="flex cursor-pointer gap-3"
- >
-
-
+
+