Skip to content

Commit

Permalink
fix: realtime updates in list view
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Dec 1, 2023
1 parent 0ba7a9b commit c977fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/ListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ onMounted(async () => {
})
onBeforeUnmount(() => {
socket.emit("doctype_unsubscribe", props.doctype)
socket.off("list_update")
})
</script>

0 comments on commit c977fec

Please sign in to comment.