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 Sep 17, 2024
1 parent e4dcf38 commit d3ff444
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 @@ -213,6 +213,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 d3ff444

Please sign in to comment.