Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit ed19269

Browse files
committed
Refactor FilterInput component to use TextField.Input instead of TextField.Root
1 parent e4db402 commit ed19269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/FilterInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function FilterInput({
77
}) {
88
return (
99
<div className="w-full">
10-
<TextField.Root
10+
<TextField.Input
1111
placeholder="Filter by title"
1212
type="search"
1313
onChange={(e) => setFilterValue(e.target.value)}

0 commit comments

Comments
 (0)