fix build
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-05-31 16:56:15 +03:30
parent 7a5075ec3a
commit fd25fe7775
2 changed files with 12323 additions and 1 deletions
+12322
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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(() => {