Merge branch 'all-record' of https://github.com/getmaxun/maxun into all-record

This commit is contained in:
Rohit
2025-04-30 20:22:57 +05:30
8 changed files with 120 additions and 41 deletions

View File

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