From ea2f1c54e8032251b69767a657931f659b3b174f Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Sat, 8 Jun 2024 16:31:49 -0300 Subject: [PATCH] chore: Update outputModal size prop to "medium-tall" --- .../CustomNodes/GenericNode/components/outputModal/index.tsx | 2 +- src/frontend/src/components/recordsOutputComponent/index.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/outputModal/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/outputModal/index.tsx index c5b442614..b3185acb1 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/outputModal/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/outputModal/index.tsx @@ -4,7 +4,7 @@ import SwitchOutputView from "./components/switchOutputView"; export default function OutputModal({ open, setOpen, nodeId }): JSX.Element { return ( - +
Component Output diff --git a/src/frontend/src/components/recordsOutputComponent/index.tsx b/src/frontend/src/components/recordsOutputComponent/index.tsx index cd56470cd..957a43cc7 100644 --- a/src/frontend/src/components/recordsOutputComponent/index.tsx +++ b/src/frontend/src/components/recordsOutputComponent/index.tsx @@ -25,8 +25,6 @@ function RecordsOutputComponent({ return (