fix: refs #6564 update condition for displaying deleted ticket icon in TicketProblems.vue
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-04-02 15:10:27 +02:00
parent 07a36b4e53
commit fa1a9da29e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function showProblem(problem) {
</QIcon>
</router-link>
<QIcon
v-if="row?.isDeleted"
v-if="showProblem('isDeleted')"
color="primary"
name="vn:deletedTicket"
size="xs"