Generated
+12322
File diff suppressed because it is too large
Load Diff
@@ -92,7 +92,7 @@ const Filters: FC<FiltersProps> = ({
|
|||||||
}, [fields, initialValues, onChange]);
|
}, [fields, initialValues, onChange]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const timeouts: Record<string, number> = {};
|
const timeouts: Record<string, ReturnType<typeof setTimeout>> = {};
|
||||||
|
|
||||||
Object.keys(inputValues).forEach(fieldName => {
|
Object.keys(inputValues).forEach(fieldName => {
|
||||||
timeouts[fieldName] = setTimeout(() => {
|
timeouts[fieldName] = setTimeout(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user