diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 0f46b769..0372b345 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -136,7 +136,6 @@ export const RightSidePanel: React.FC = ({ onFinishCapture const stopCaptureAndEmitGetListSettings = useCallback(() => { stopPaginationMode(); - stopGetList(); const settings = getListSettingsObject(); if (settings) { socket?.emit('action', { action: 'scrapeList', settings });