show empty row for every item

This commit is contained in:
Mutasem 2022-03-29 13:44:46 +02:00
parent d41c606bb8
commit 0bb3c6498d

View file

@ -118,7 +118,7 @@
<tr> <tr>
<th :class="$style.emptyCell"></th> <th :class="$style.emptyCell"></th>
</tr> </tr>
<tr> <tr v-for="(row, index1) in tableData.data" :key="index1">
<td> <td>
<n8n-text>{{ $locale.baseText('node.output.emptyOutput') }}</n8n-text> <n8n-text>{{ $locale.baseText('node.output.emptyOutput') }}</n8n-text>
</td> </td>