Skip to content

Commit 28e3317

Browse files
jamackumfocko
authored andcommitted
fix(project-search): make search button of type submit
This commit should fix problem when searching for projects by pressing enter doesn't work.
1 parent 15c1a5d commit 28e3317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/projects/ProjectSearch.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const ProjectSearch = () => {
114114
<InputGroupItem>
115115
<Button
116116
icon={<SearchIcon />}
117+
type="submit"
117118
variant="plain"
118119
aria-label="Search"
119120
onClick={goToProjectDetails}

0 commit comments

Comments
 (0)