fix: subscription works correctly again
This commit is contained in:
parent
17a42dc2e7
commit
89c81ae854
4 changed files with 6 additions and 10 deletions
|
|
@ -264,7 +264,6 @@
|
|||
{{ task.done ? $t('task.detail.undone') : $t('task.detail.done') }}
|
||||
</x-button>
|
||||
<task-subscription
|
||||
v-if="task.subscription"
|
||||
entity="task"
|
||||
:entity-id="task.id"
|
||||
:subscription="task.subscription"
|
||||
|
|
|
|||
Reference in a new issue