From 1e5909f0c4ba8742517a86aefd9f8121cec7496f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 10 Aug 2024 06:35:03 +0530 Subject: [PATCH] feat: list selection ui --- src/components/organisms/RightSidePanel.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 11f80a63..44794a0b 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -228,19 +228,9 @@ export const RightSidePanel = () => { ) : ( step.type === 'list' && Object.keys(step.fields).length > 0 && ( <> - - - - ) - }} - /> + + List Selected Successfully + {Object.entries(step.fields).map(([key, field]) => (