Apply Prettier formatting

This commit is contained in:
ogabrielluiz 2024-06-24 11:14:14 +00:00 committed by Gabriel Luiz Freitas Almeida
commit 321ef411e5
2 changed files with 1 additions and 2 deletions

View file

@ -787,7 +787,6 @@
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
"extraneous": true,
"inBundle": true,
"license": "MIT",
"engines": {

View file

@ -650,7 +650,7 @@ export default function ParameterComponent({
value={
!data.node!.template[name]?.value ||
!Object.keys(data.node!.template[name]?.value || {}).length
? [{"":""}]
? [{ "": "" }]
: convertObjToArray(data.node!.template[name]?.value, type!)
}
duplicateKey={errorDuplicateKey}