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 }) => (
|
render={({ handleSubmit, ...rest }) => (
|
||||||
<form onSubmit={handleSubmit} style={stylesBasedOn(padding)}>
|
<form onSubmit={handleSubmit} style={stylesBasedOn(padding)}>
|
||||||
{render(rest)}
|
{render(rest)}
|
||||||
{children(rest.submitting, rest.submitSucceeded)}
|
{children(rest.submitting, rest.validating)}
|
||||||
</form>
|
</form>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue