From fe279691a4e73575785a3f1432687d8c56748ca2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 13 Sep 2024 23:58:00 +0530 Subject: [PATCH] feat: confirm & delete list fields --- src/components/organisms/RightSidePanel.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 40082221..be76b8c7 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -422,6 +422,23 @@ export const RightSidePanel: React.FC = ({ onFinishCapture ) }} /> + {!confirmedListTextFields[step.id]?.[key] && ( + + + + + )} ))}