Skip to content
Snippets Groups Projects
Commit 338fa0be authored by Nicolas PAGNY's avatar Nicolas PAGNY
Browse files

change button type "button" to "submit"

parent 0671317d
No related branches found
No related tags found
3 merge requests!28Merge fix from dev,!27Dev,!24Features/us158 423 harmonize buttons gaz water
......@@ -112,7 +112,7 @@ const KonnectorForm: React.FC<KonnectorFormProps> = ({
</div>
<div className="koauthform-button">
<StyledNoOauthButton type="button" color="primary">
<StyledNoOauthButton type="submit" color="primary">
<div className="oauthform-button-content">
<div className="oauthform-button-content-icon">
{icon && <StyledIcon icon={icon} size={48} />}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment