fix(ui) - signup form submit button type
This commit is contained in:
parent
7dcd9c99a6
commit
a46240feb4
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ export default class SignupForm extends React.Component {
|
|||
</div>
|
||||
}
|
||||
<div className={ stl.formFooter }>
|
||||
<Button variant="primary" loading={loading}>
|
||||
<Button type="submit" variant="primary" loading={loading}>
|
||||
Create account
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue