1
0

fix(task): do not show close button when the task was not opened via modal

(cherry picked from commit 308e634c71eb11f6263cd13fdf7ec31971c22f58)
This commit is contained in:
kolaente
2024-09-29 13:36:30 +02:00
parent 7a1519da43
commit ab29ac7a5c
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,7 @@
ref="heading"
:task="task"
:can-write="canWrite"
:has-close="isModal"
@update:task="Object.assign(task, $event)"
@close="$emit('close')"
/>