Merge branch 'master' of github.com:gnosis/safe-react into development

This commit is contained in:
Mikhail Mikheev 2020-04-28 19:08:55 +04:00
commit 982702ad58
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {