Tweaks
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user