From c977fec2ebf13b572b009a5885c90ac0e8d31a4a Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Fri, 1 Dec 2023 13:02:53 +0530 Subject: [PATCH] fix: realtime updates in list view --- frontend/src/components/ListView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/ListView.vue b/frontend/src/components/ListView.vue index 43d141abc0..2332bac72d 100644 --- a/frontend/src/components/ListView.vue +++ b/frontend/src/components/ListView.vue @@ -363,7 +363,6 @@ onMounted(async () => { }) onBeforeUnmount(() => { - socket.emit("doctype_unsubscribe", props.doctype) socket.off("list_update") })