We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a3137 commit 681e75aCopy full SHA for 681e75a
apps/webapp/app/components/runs/v3/BatchFilters.tsx
@@ -88,13 +88,6 @@ export function BatchFilters(props: BatchFiltersProps) {
88
<AppliedFilters {...props} />
89
{hasFilters && (
90
<Form className="h-6">
91
- {searchParams.has("showChildTasks") && (
92
- <input
93
- type="hidden"
94
- name="showChildTasks"
95
- value={searchParams.get("showChildTasks") as string}
96
- />
97
- )}
98
<Button variant="minimal/small" LeadingIcon={TrashIcon}>
99
Clear all
100
</Button>
0 commit comments