diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index f8faab81c..5aa8dfa74 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -593,7 +593,6 @@ export default function ParameterComponent({ aria-hidden="true" /> Add New Variable - } diff --git a/src/frontend/src/components/inputComponent/index.tsx b/src/frontend/src/components/inputComponent/index.tsx index a0581eab3..f254de8d4 100644 --- a/src/frontend/src/components/inputComponent/index.tsx +++ b/src/frontend/src/components/inputComponent/index.tsx @@ -7,7 +7,6 @@ import { classNames, cn } from "../../utils/utils"; import ForwardedIconComponent from "../genericIconComponent"; import { Command, - CommandEmpty, CommandGroup, CommandInput, CommandItem,