* client: validate form on load
This commit is contained in:
committed by
Simon Zolin
parent
f76b7c3d94
commit
ceabad0fd0
@@ -94,6 +94,7 @@ class Setup extends Component {
|
||||
interfaces={interfaces}
|
||||
onSubmit={this.nextStep}
|
||||
onChange={this.handleFormChange}
|
||||
validateForm={this.handleFormChange}
|
||||
handleAutofix={this.handleAutofix}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user