Merge branch 'develop' into all-record

This commit is contained in:
Karishma Shukla
2025-04-30 19:39:00 +05:30
committed by GitHub
8 changed files with 120 additions and 41 deletions

View File

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

View File

@@ -147,6 +147,7 @@ export const ActionProvider = ({ children }: { children: ReactNode }) => {
const stopGetList = () => {
setGetList(false);
socket?.emit('setGetList', { getList: false });
setPaginationType('');
setLimitType('');
setCustomLimit('');