refactor: refs #6242 deleted v-for
This commit is contained in:
parent
390dd05a06
commit
1f622317e7
|
@ -166,9 +166,7 @@ function ticketFilter(ticket) {
|
|||
</template>
|
||||
<template #icons>
|
||||
<QCardActions class="q-gutter-x-xs">
|
||||
<div v-for="problem in problems" :key="problem" class="q-gutter-x-xs">
|
||||
<TicketProblems :row="problem" />
|
||||
</div>
|
||||
<TicketProblems :row="problems[0]" />
|
||||
</QCardActions>
|
||||
</template>
|
||||
<template #actions="{ entity }">
|
||||
|
|
Loading…
Reference in New Issue