Skip to content

Commit 7b3b25b

Browse files
authored
Search button fix (#47514)
1 parent 8f94433 commit 7b3b25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/search/components/Search.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export function Search() {
9292
aria-label="Search"
9393
icon={SearchIcon}
9494
sx={{ borderTopLeftRadius: 'unset', borderBottomLeftRadius: 'unset' }}
95+
type="submit"
9596
/>
9697
</form>
9798
</div>

0 commit comments

Comments
 (0)