From 9736dab3c7c217aa90cf82bf8e780c66e948559c Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 25 Jul 2023 11:47:43 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(parameterComponent):=20fix?= =?UTF-8?q?=20indentation=20and=20replace=20single=20quotes=20with=20doubl?= =?UTF-8?q?e=20quotes=20for=20consistency=20=F0=9F=93=9D=20docs(parameterC?= =?UTF-8?q?omponent):=20update=20placeholder=20text=20for=20custom=20compo?= =?UTF-8?q?nent=20to=20be=20more=20descriptive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GenericNode/components/parameterComponent/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index 68bc188bf..bc5368bf1 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -118,8 +118,8 @@ export default function ParameterComponent({ if (groupedObj?.length === 0) { groupedObj.push({ family: "custom_components", - type: '', - component: 'Please try adding a custom component.', + type: "", + component: "Please try adding a custom component.", }); } }