From 7a9577b207f1b5ebe3611a1f8bf0be9569ab01a5 Mon Sep 17 00:00:00 2001 From: 4nalog <4nalog@protonmail.com> Date: Thu, 30 Mar 2023 14:45:51 -0400 Subject: [PATCH] fix: comments Signed-off-by: 4nalog <4nalog@protonmail.com> --- .../console/src/components/Launch/LaunchForm/StructInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/console/src/components/Launch/LaunchForm/StructInput.tsx b/packages/console/src/components/Launch/LaunchForm/StructInput.tsx index f3dbecaf4..8777c97cf 100644 --- a/packages/console/src/components/Launch/LaunchForm/StructInput.tsx +++ b/packages/console/src/components/Launch/LaunchForm/StructInput.tsx @@ -70,7 +70,7 @@ export const StructInput: React.FC = props => { ); if (keys.length > 1) { - // If there are multiple keys, we can't render a form because of not supporting nested structs + // If there are multiple keys, we can't render a form because of not supporting nested structs so render a text field jsonFormRenderable = false; } else if (keys[0]) { parsedJson = protobufValueToPrimitive(