Skip to content

Commit 9699aee

Browse files
committed
Add data-name attribute to search bar
1 parent 290d430 commit 9699aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/Input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export default function Input({ value, onValueChange, handelSubmit, graph, icon,
121121
return (
122122
<div
123123
className={cn("w-[20dvw] relative pointer-events-none rounded-md gap-4", parentClassName)}
124+
data-name='search-bar'
124125
>
125126
<input
126127
ref={inputRef}

0 commit comments

Comments
 (0)