Skip to content

Commit

Permalink
fix: added submit type attribute to search submit buttons (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni authored and pnicolli committed Sep 17, 2024
1 parent 8de28b9 commit bf5a9a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ItaliaTheme/Blocks/BandiSearch/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ const Body = ({ data, id, inEditMode, path, onChangeBlock }) => {
icon={false}
tag="button"
className="my-2 my-lg-1"
type="submit"
>
{intl.formatMessage(messages.find)}
</Button>
Expand Down
1 change: 1 addition & 0 deletions src/components/ItaliaTheme/Blocks/EventSearch/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const Body = ({ data, id, inEditMode, path, onChangeBlock }) => {
icon={false}
tag="button"
className="my-2 my-lg-1"
type="submit"
>
{intl.formatMessage(messages.find)}
</Button>
Expand Down
1 change: 1 addition & 0 deletions src/components/ItaliaTheme/Blocks/UOSearch/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ const Body = ({ data, id, inEditMode, path, onChangeBlock }) => {
icon={false}
tag="button"
className="my-2 my-lg-1"
type="submit"
>
{intl.formatMessage(messages.find)}
</Button>
Expand Down

0 comments on commit bf5a9a6

Please sign in to comment.