diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index 7d977f579..fbf8fd9b1 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -83,6 +83,7 @@ export default function ParameterComponent({ }; useEffect(() => { + if (name === "openai_api_base") console.log(info); infoHtml.current = (
{info.split("\n").map((line, i) => ( @@ -163,10 +164,13 @@ export default function ParameterComponent({
{info !== "" && ( - + {/* put div to avoid bug that does not display tooltip */} +
+ +
)}