This commit is contained in:
John Lyon-Smith
2018-06-05 15:35:46 -07:00
parent 3d0f1392ea
commit e60801ec3e
3 changed files with 25 additions and 15 deletions

View File

@@ -123,7 +123,7 @@ export class ResetPassword extends Component {
<Row.Item grow />
<Row.Item width={sizeInfo.formRowSpacing} />
<Row.Item width={sizeInfo.modalWidth}>
<form onSubmit={this.handleSubmit} id="resetPasswordForm">
<form onSubmit={this.handleSubmit} id="ResetPasswordForm">
<Box
border={{
width: sizeInfo.headerBorderWidth,
@@ -178,7 +178,7 @@ export class ResetPassword extends Component {
<BoundButton
text="Submit"
name="submit"
submit="resetPasswordForm"
submit="ResetPasswordForm"
binder={binder}
/>
</Row.Item>