Skip to content
Snippets Groups Projects
Commit 26a80220 authored by Adrian Orłów's avatar Adrian Orłów
Browse files

feat: rfc changes

parent 3d805c38
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!163feat: add multisearch (MIN-210)
......@@ -66,6 +66,8 @@ export const SearchBar = (): JSX.Element => {
};
const handleSearchClick = (): void => {
if (!currentTab) return;
openSearchDrawerIfClosed(currentTab);
};
......
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