From 318b3d17977bc256534f6428700ab89f8ff4bd80 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 31 Aug 2024 01:19:24 +0530 Subject: [PATCH] feat: display options to user --- src/components/organisms/RightSidePanel.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 134369c3..d7898094 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -175,6 +175,17 @@ export const RightSidePanel = () => { } +{showPaginationOptions && ( + + Select an option for the list: + + + + + + + )} + {!getText && !getScreenshot && !getList && } {getText && <>