Skip to content

Commit b63701c

Browse files
committed
feat: emit list false on discard
1 parent b0e8abe commit b63701c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context/browserActions.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export const ActionProvider = ({ children }: { children: ReactNode }) => {
8888

8989
const stopGetList = () => {
9090
setGetList(false);
91+
socket?.emit('setGetList', { getList: false });
9192
setPaginationType('');
9293
setLimitType('');
9394
setCustomLimit('');

0 commit comments

Comments
 (0)