WA-232 Sending back validating form prop to stepper
This commit is contained in:
parent
fa857fc21a
commit
16674b79a6
|
@ -35,7 +35,7 @@ const GnoForm = ({
|
|||
render={({ handleSubmit, ...rest }) => (
|
||||
<form onSubmit={handleSubmit} style={stylesBasedOn(padding)}>
|
||||
{render(rest)}
|
||||
{children(rest.submitting, rest.submitSucceeded)}
|
||||
{children(rest.submitting, rest.validating)}
|
||||
</form>
|
||||
)}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue