feat: emit socket event to start pagination mode
This commit is contained in:
@@ -54,6 +54,7 @@ export const ActionProvider = ({ children }: { children: ReactNode }) => {
|
||||
setPaginationMode(true);
|
||||
setCaptureStage('pagination');
|
||||
socket?.emit('setGetList', { getList: false });
|
||||
socket?.emit('setPaginationMode', { pagination: true });
|
||||
};
|
||||
|
||||
const stopPaginationMode = () => setPaginationMode(false);
|
||||
|
||||
Reference in New Issue
Block a user