diff --git a/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx new file mode 100644 index 000000000..d650f543c --- /dev/null +++ b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx @@ -0,0 +1,13 @@ +import { Textarea } from "../../../../../../../components/ui/textarea"; + +export default function ErrorOutput({ value }: { value: string }) { + console.log(value); + return ( +