diff --git a/src/frontend/src/CustomNodes/GenericNode/components/NodeInputField/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/NodeInputField/index.tsx index 35e6c6473..d44ae9cc7 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/NodeInputField/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/NodeInputField/index.tsx @@ -129,6 +129,7 @@ export default function NodeInputField({ {getCustomParameterTitle({ title, + nodeId: data.id, isFlexView, })} @@ -141,6 +142,7 @@ export default function NodeInputField({ {getCustomParameterTitle({ title, + nodeId: data.id, isFlexView, })} diff --git a/src/frontend/src/components/flowToolbarComponent/index.tsx b/src/frontend/src/components/flowToolbarComponent/index.tsx index cc2ece25d..0784f5e98 100644 --- a/src/frontend/src/components/flowToolbarComponent/index.tsx +++ b/src/frontend/src/components/flowToolbarComponent/index.tsx @@ -1,5 +1,8 @@ import ShadTooltip from "@/components/shadTooltipComponent"; -import { ENABLE_API } from "@/customization/feature-flags"; +import { + ENABLE_API, + ENABLE_LANGFLOW_STORE, +} from "@/customization/feature-flags"; import { track } from "@/customization/utils/analytics"; import IOModal from "@/modals/IOModal/newModal"; import { useEffect, useMemo, useState } from "react"; @@ -180,17 +183,19 @@ export default function FlowToolbar(): JSX.Element { > )} -