Skip to content
Snippets Groups Projects
Commit 8f6dea4f authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #388 - Fix dependencies

parent f06aa1ab
No related branches found
No related tags found
No related merge requests found
Pipeline #110689 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