From bda989612244bdd8b0ce76312ea7349f916d8938 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 8 Sep 2024 13:52:23 +0530 Subject: [PATCH] fix: format --- src/components/organisms/RightSidePanel.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 75fddbe8..15b5eb16 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -147,7 +147,7 @@ export const RightSidePanel: React.FC = ({ onFinishCapture updateLimitType(''); // Reset limit type updateCustomLimit(''); // Reset custom limit value }, [updatePaginationType, updateLimitType, updateCustomLimit]); - + const handleStopGetList = useCallback(() => { stopGetList(); @@ -221,7 +221,7 @@ export const RightSidePanel: React.FC = ({ onFinishCapture break; } }, [captureStage, paginationType, limitType, customLimit, startPaginationMode, stopPaginationMode, startLimitMode, stopLimitMode, notify, stopCaptureAndEmitGetListSettings, getListSettingsObject]); - + const handlePaginationSettingSelect = (option: PaginationType) => { @@ -259,8 +259,8 @@ export const RightSidePanel: React.FC = ({ onFinishCapture