mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-26 09:39:45 +00:00
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…
x
Reference in New Issue
Block a user