From ab7ee021ac70b0d3291606bdbe161f29d6568f20 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 31 Aug 2024 22:44:46 +0530 Subject: [PATCH] feat: -rm pagination opt exp --- 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 e72bec1d..2167e726 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -143,7 +143,7 @@ export const RightSidePanel = () => { } // Proceed to stop capture and emit settings only after option is selected stopCaptureAndEmitGetListSettings(); - setShowPaginationOptions(false); // Reset options display + setShowPaginationOptions(false); setSelectedPaginationSetting(null); }, [selectedPaginationSetting, stopCaptureAndEmitGetListSettings]);