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 = {
|
type Props = {
|
||||||
validate: () => void,
|
validate: () => void,
|
||||||
debounce: number,
|
debounce?: number,
|
||||||
}
|
}
|
||||||
|
|
||||||
const DebounceValidationField = ({ debounce = 1000, validate, ...rest }: Props) => {
|
const DebounceValidationField = ({ debounce = 1000, validate, ...rest }: Props) => {
|
||||||
|
|
Loading…
Reference in New Issue