mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore(FE-40): remove unnecessary dependencies
This commit is contained in:
@@ -28,7 +28,7 @@ const DebouncedTextInput = (props: DebouncedTextInputProps) => {
|
|||||||
if (debouncedChangeEvent) {
|
if (debouncedChangeEvent) {
|
||||||
onChange?.(debouncedChangeEvent);
|
onChange?.(debouncedChangeEvent);
|
||||||
}
|
}
|
||||||
}, [debouncedValue, debouncedChangeEvent, onChange]);
|
}, [debouncedValue]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TextInput
|
<TextInput
|
||||||
|
|||||||
Reference in New Issue
Block a user