mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
parent
05eb0e60f9
commit
0c633648d7
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user