mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
Fix TSK-96 (#2052)
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
wonStates = result.filter((x) => x._class === task.class.WonState)
|
||||
lostStates = result.filter((x) => x._class === task.class.LostState)
|
||||
})
|
||||
} else {
|
||||
doneStatesQ.unsubscribe()
|
||||
}
|
||||
|
||||
let hoveredDoneState: Ref<DoneState> | undefined
|
||||
|
||||
@@ -45,6 +45,8 @@
|
||||
},
|
||||
{ limit: 1 }
|
||||
)
|
||||
} else {
|
||||
query.unsubscribe()
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user