From 9d7f5fd9db0bc772f0bc326afaaf90443e62db25 Mon Sep 17 00:00:00 2001 From: Anik Ghosh Date: Sun, 30 Jan 2022 17:43:38 +0530 Subject: [PATCH] array input type update --- dashboard/src/components/InputField.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dashboard/src/components/InputField.tsx b/dashboard/src/components/InputField.tsx index e4a5bcf..097c373 100644 --- a/dashboard/src/components/InputField.tsx +++ b/dashboard/src/components/InputField.tsx @@ -181,13 +181,14 @@ const InputField = ({ {variables[inputType].map((role: string, index: number) => ( - + ))} {inputFieldVisibility[inputType] ? ( - + { @@ -234,7 +236,7 @@ const InputField = ({ ) : ( setInputFieldVisibility({