From 6efdea4133b5c3cb0125792f701e2c81d643f9e6 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 1 Sep 2024 22:46:31 +0530 Subject: [PATCH] fix: revert changes --- src/components/organisms/RightSidePanel.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index f0766768..4756be46 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -153,10 +153,6 @@ export const RightSidePanel = () => { }, [selectedPaginationSetting, paginationSelector, stopCaptureAndEmitGetListSettings, notify]); const handlePaginationSettingSelect = (option: string) => { - if (!selectedPaginationSetting) { - setShowPaginationOptions(true); - return; - } setSelectedPaginationSetting(option); if (['clickNext', 'clickLoadMore'].includes(option)) { setShowPaginationSelector(true);