From 2f63d29ce417f7f02800065a0d7b1dcfc918e973 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Tue, 19 Sep 2023 15:03:12 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(App.css):=20add=20padding?= =?UTF-8?q?=20to=20the=20.jv-card=20class=20to=20improve=20spacing=20and?= =?UTF-8?q?=20readability=20=F0=9F=94=A5=20refactor(parameterComponent/ind?= =?UTF-8?q?ex.tsx):=20remove=20unnecessary=20code=20block=20in=20the=20val?= =?UTF-8?q?ue=20prop=20to=20improve=20code=20clarity=20and=20maintainabili?= =?UTF-8?q?ty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/App.css | 1 + .../GenericNode/components/parameterComponent/index.tsx | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/frontend/src/App.css b/src/frontend/src/App.css index d24c4127c..fc28a9c83 100644 --- a/src/frontend/src/App.css +++ b/src/frontend/src/App.css @@ -50,6 +50,7 @@ height: 370px !important; background-color: #2c2c2c !important; border-radius: 10px !important; + padding: 10px !important; } .jv-indent { diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index 63b3b109f..08eb261a6 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -373,10 +373,6 @@ export default function ParameterComponent({ editNode={false} value={ data.node!.template[name].value ?? { - arr: ["test", 123456, false, null], - try: { - k1: 123, - }, yourkey: "value", } }