From dd63dadd51cd1516b87f2d0ab8bba42672ec0041 Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Thu, 2 Nov 2023 17:28:47 -0300 Subject: [PATCH] fix(extraSidebarComponent): remove unnecessary export functionality and update tooltip content to "Import" for clarity The export functionality was removed from the ExtraSidebar component as it was not being used. The tooltip content for the button was also updated to "Import" to accurately reflect its purpose. --- .../extraSidebarComponent/index.tsx | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx index 00c7da547..e8e61fc62 100644 --- a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx @@ -264,15 +264,10 @@ export default function ExtraSidebar(): JSX.Element { const ExportMemo = useMemo( () => ( - - + +
+ +
), @@ -283,12 +278,15 @@ export default function ExtraSidebar(): JSX.Element {
- -
+
+ +
{ExportMemo}