Fix #4359: Test Connection button fails the first time (#4633)

This commit is contained in:
darth-coder00 2022-05-02 23:35:24 +05:30 committed by GitHub
parent 05eb0e60f9
commit 0c633648d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ const FormBuilder: FunctionComponent<Props> = ({
[setLocalFormData]
);
const debounceOnSearch = useCallback(debounce(debouncedOnChange, 1500), [
const debounceOnSearch = useCallback(debounce(debouncedOnChange, 400), [
debouncedOnChange,
]);
const handleChange = (updatedData: ConfigData) => {