fix: -rm explicit call to stopGetList()

This commit is contained in:
karishmas6
2024-09-08 07:41:02 +05:30
parent 51b1daec7f
commit e84284feaa

View File

@@ -136,7 +136,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
const stopCaptureAndEmitGetListSettings = useCallback(() => {
stopPaginationMode();
stopGetList();
const settings = getListSettingsObject();
if (settings) {
socket?.emit('action', { action: 'scrapeList', settings });