Merge branch 'master' of github.com:gnosis/safe-react into development
This commit is contained in:
commit
982702ad58
|
@ -7,7 +7,7 @@ import { Field } from 'react-final-form'
|
|||
|
||||
type Props = {
|
||||
validate: () => void,
|
||||
debounce: number,
|
||||
debounce?: number,
|
||||
}
|
||||
|
||||
const DebounceValidationField = ({ debounce = 1000, validate, ...rest }: Props) => {
|
||||
|
|
Loading…
Reference in New Issue