feat: emit list false on discard

This commit is contained in:
Rohit
2025-04-25 19:33:12 +05:30
parent b0e8abe551
commit b63701c673

View File

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