From bea040f31a89feb1ee3ad4f119406c48cad7cb09 Mon Sep 17 00:00:00 2001 From: Gabriel Almeida Date: Tue, 30 May 2023 11:47:42 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(GenericNode):=20fix=20valida?= =?UTF-8?q?tion=20status=20colors=20The=20validation=20status=20colors=20w?= =?UTF-8?q?ere=20swapped,=20causing=20the=20wrong=20color=20to=20be=20disp?= =?UTF-8?q?layed=20for=20the=20wrong=20status.=20This=20commit=20fixes=20t?= =?UTF-8?q?he=20issue=20by=20swapping=20the=20colors=20to=20match=20the=20?= =?UTF-8?q?correct=20status.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/CustomNodes/GenericNode/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 4f5389dc3..1a7f93ae5 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -189,7 +189,7 @@ export default function GenericNode({