From d706e074cf972fcf61d899fbb3de5998b2ad11a1 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 31 Aug 2024 22:45:19 +0530 Subject: [PATCH] feat: pagination docs --- src/components/organisms/RightSidePanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 2167e726..0a30e755 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -141,7 +141,7 @@ export const RightSidePanel = () => { setShowPaginationOptions(true); return; } - // Proceed to stop capture and emit settings only after option is selected + // Proceed to stop capture and emit settings only after pagination type is selected stopCaptureAndEmitGetListSettings(); setShowPaginationOptions(false); setSelectedPaginationSetting(null);