From eae619774b0c88b2f5f444bd2de0d85565c94a3a Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 7 Sep 2024 01:59:14 +0530 Subject: [PATCH] feat: show confirm button based iff paginationType is selected --- src/components/organisms/RightSidePanel.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 340916a3..f925c53c 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -192,7 +192,14 @@ export const RightSidePanel = () => { {getList && <> - + { + paginationMode ? + paginationType !== "" ? + + : "" + : + + }