You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.dashboards.$dashboardKey/route.tsx
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -308,7 +308,13 @@ export function MetricDashboard({
308
308
/>
309
309
{hasAppliedFilters&&(
310
310
<FormclassName="-ml-1 h-6">
311
-
<Buttonvariant="minimal/small"LeadingIcon={XMarkIcon}tooltip="Clear all filters"/>
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors._index/route.tsx
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.models._index/route.tsx
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,13 @@ function FiltersBar({
313
313
<FeaturesFilterfeatures={allFeatures}/>
314
314
{hasFilters&&(
315
315
<FormclassName="-ml-1 h-6">
316
-
<Buttonvariant="minimal/small"LeadingIcon={XMarkIcon}tooltip="Clear all filters"/>
0 commit comments