fix: #7566 remove v-if
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-06-19 09:54:24 +02:00
parent a80caa7c93
commit d5bd8c4432
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ const commonColumns = (col) => ['date', 'state', 'total'].includes(col);
:rows="rows"
class="full-width"
row-key="id"
v-if="rows?.length"
>
<template #body-cell="props">
<QTd :props="props" @click="navigateToticketSummary(props.row.id)">