From 8c58d535d4ed76d0ddf27b7ab43acc9376811d4d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 14 Sep 2024 02:23:40 +0530 Subject: [PATCH] chore: -rm todo --- src/components/organisms/RightSidePanel.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 8ad08568..5ba606c1 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -19,10 +19,8 @@ import Radio from '@mui/material/Radio'; import RadioGroup from '@mui/material/RadioGroup'; // TODO: -// 1. Handle field label update -// 2. Handle field deletion | confirmation -// 3. Add description for each browser step -// 4. Handle non custom action steps +// 1. Add description for each browser step +// 2. Handle non custom action steps interface RightSidePanelProps { onFinishCapture: () => void; }