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