feat: stop pagination and limit mode on discard

This commit is contained in:
Rohit
2025-04-25 22:35:42 +05:30
parent b63701c673
commit 3160ee8474

View File

@@ -423,6 +423,8 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
} }
}); });
resetListState(); resetListState();
stopPaginationMode();
stopLimitMode();
setShowPaginationOptions(false); setShowPaginationOptions(false);
setShowLimitOptions(false); setShowLimitOptions(false);
setCaptureStage('initial'); setCaptureStage('initial');