Skip to content
Snippets Groups Projects

feat: Add submap connections (MIN-276)

All threads resolved!
18 files
+ 177
57
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -66,6 +66,8 @@ export const SearchBar = (): JSX.Element => {
};
const handleSearchClick = (): void => {
if (!currentTab) return;
openSearchDrawerIfClosed(currentTab);
};
Loading