Skip to content
Snippets Groups Projects
Commit efc64642 authored by Dima Rifai's avatar Dima Rifai Committed by mcfarhat
Browse files

Issue #388 - Fix dependencies

parent f6c19f9b
No related branches found
No related tags found
1 merge request!493Delrifai/#388 search bar changes
Pipeline #110704 failed
......@@ -99,7 +99,7 @@ const AutocompleteInput: React.FC<AutocompleteInputProps> = ({
return () => {
router.events.off("routeChangeStart", handleRouteChange);
};
}, [router.events]);
}, [router.events, resetSearchBar]);
//Handle keyboard events
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment