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]);