🎨 style(App.css): add padding to the .jv-card class to improve spacing and readability

🔥 refactor(parameterComponent/index.tsx): remove unnecessary code block in the value prop to improve code clarity and maintainability
This commit is contained in:
Cristhian Zanforlin Lousa 2023-09-19 15:03:12 -03:00
commit 2f63d29ce4
2 changed files with 1 additions and 4 deletions

View file

@ -50,6 +50,7 @@
height: 370px !important;
background-color: #2c2c2c !important;
border-radius: 10px !important;
padding: 10px !important;
}
.jv-indent {

View file

@ -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",
}
}