Skip to content

Commit 681e75a

Browse files
committed
BatchFilters: we don’t need a child tasks hidden input field
1 parent 99a3137 commit 681e75a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ export function BatchFilters(props: BatchFiltersProps) {
8888
<AppliedFilters {...props} />
8989
{hasFilters && (
9090
<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-
)}
9891
<Button variant="minimal/small" LeadingIcon={TrashIcon}>
9992
Clear all
10093
</Button>

0 commit comments

Comments
 (0)