mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
show empty row for every item
This commit is contained in:
parent
d41c606bb8
commit
0bb3c6498d
|
@ -118,7 +118,7 @@
|
|||
<tr>
|
||||
<th :class="$style.emptyCell"></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr v-for="(row, index1) in tableData.data" :key="index1">
|
||||
<td>
|
||||
<n8n-text>{{ $locale.baseText('node.output.emptyOutput') }}</n8n-text>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue