We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e8abe commit b63701cCopy full SHA for b63701c
src/context/browserActions.tsx
@@ -88,6 +88,7 @@ export const ActionProvider = ({ children }: { children: ReactNode }) => {
88
89
const stopGetList = () => {
90
setGetList(false);
91
+ socket?.emit('setGetList', { getList: false });
92
setPaginationType('');
93
setLimitType('');
94
setCustomLimit('');
0 commit comments