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