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