diff --git a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx index dbb25df7f..0bbfa3fc6 100644 --- a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx @@ -250,10 +250,20 @@ export default function ExtraSidebar(): JSX.Element { setSearch(event.target.value); }} /> -
+
{ + if (search) { + setFilterData(data); + setSearch(""); + } + }} + >
diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index 467aab047..653d7e642 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -278,6 +278,7 @@ export const nodeNames: { [char: string]: string } = { }; export const nodeIconsLucide: iconsType = { + X: X, Notify: Bell, ListFlows: Group, ClearMessageHistory: FileClock,