add submit type to search button

pull/26459/head^2
Paul Wackerow 2 years ago
parent e8faee0bd3
commit c9ef66acbf
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
  1. 1
      src/components/UI/search/Search.tsx

@ -36,6 +36,7 @@ export const Search: FC = () => {
outlineOffset={4}
/>
<Button
type="submit"
px={4}
me={2}
borderRadius='0'

Loading…
Cancel
Save