From 9b185fada5349b3960e64681041846fc117b7a2a Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 4 Jul 2023 10:41:14 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(GenericNode/index.tsx):=20fi?= =?UTF-8?q?x=20incorrect=20class=20names=20for=20validation=20status=20ind?= =?UTF-8?q?icators=20The=20class=20names=20for=20the=20validation=20status?= =?UTF-8?q?=20indicators=20were=20incorrect,=20causing=20the=20wrong=20sty?= =?UTF-8?q?les=20to=20be=20applied.=20The=20class=20names=20have=20been=20?= =?UTF-8?q?fixed=20to=20correctly=20display=20the=20validation=20status=20?= =?UTF-8?q?indicators=20based=20on=20the=20validation=20status=20and=20whe?= =?UTF-8?q?ther=20the=20node=20is=20building.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/CustomNodes/GenericNode/index.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index e9caf7cc1..32cee565d 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -134,25 +134,25 @@ export default function GenericNode({