diff --git a/src/frontend/src/components/IOview/index.tsx b/src/frontend/src/components/IOview/index.tsx index 69bed236e..d455b3c74 100644 --- a/src/frontend/src/components/IOview/index.tsx +++ b/src/frontend/src/components/IOview/index.tsx @@ -182,9 +182,16 @@ export default function IOView({ - - {node.data.node.display_name} - + +
+ + {node.data.node.display_name} + +
+
{ diff --git a/src/frontend/src/components/codeTabsComponent/index.tsx b/src/frontend/src/components/codeTabsComponent/index.tsx index 53e3b9e82..eed6e9369 100644 --- a/src/frontend/src/components/codeTabsComponent/index.tsx +++ b/src/frontend/src/components/codeTabsComponent/index.tsx @@ -36,6 +36,7 @@ import { hasDuplicateKeys, } from "../../utils/reactflowUtils"; import { classNames } from "../../utils/utils"; +import ShadTooltip from "../ShadTooltipComponent"; import DictComponent from "../dictComponent"; import IconComponent from "../genericIconComponent"; import InputGlobalComponent from "../inputGlobalComponent"; @@ -216,7 +217,15 @@ export default function CodeTabsComponent({ node["data"]["id"] ) && ( +
{node["data"]["node"]["display_name"]}
+ + } open={openAccordion} keyValue={node["data"]["id"]} >