mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-28 12:32:25 +00:00
add submit type to search button
This commit is contained in:
parent
e8faee0bd3
commit
c9ef66acbf
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ export const Search: FC = () => {
|
||||||
outlineOffset={4}
|
outlineOffset={4}
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
|
type="submit"
|
||||||
px={4}
|
px={4}
|
||||||
me={2}
|
me={2}
|
||||||
borderRadius='0'
|
borderRadius='0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue