From e84284feaa5bdb2b40bdac83a69e441ebefc5240 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 8 Sep 2024 07:41:02 +0530 Subject: [PATCH] fix: -rm explicit call to stopGetList() --- src/components/organisms/RightSidePanel.tsx | 1 - 1 file changed, 1 deletion(-) 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 });