Skip to content

Commit 45850f8

Browse files
committed
fixed missing search id
1 parent a867be3 commit 45850f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: react/_full-app/SearchVacationsForm.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export function SearchVacationsForm() {
6565
Search Vacations
6666
</label>
6767
<input
68+
id={searchId}
6869
name="search"
6970
defaultValue={urlSearch}
7071
type="text"

0 commit comments

Comments
 (0)