Skip to content

Commit

Permalink
fix(editor): fix bug where col headers don't show (#3985)
Browse files Browse the repository at this point in the history
fix bug where col headers dont show
  • Loading branch information
mutdmour committed Aug 31, 2022
1 parent 143707c commit bee3840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor-ui/src/components/RunDataTable.vue
Expand Up @@ -75,6 +75,7 @@
></div>
<span>{{ column || '&nbsp;' }}</span>
</n8n-tooltip>
<span v-else>{{ column || '&nbsp;' }}</span>
</span>
<div :class="$style.dragButton">
<font-awesome-icon icon="grip-vertical" />
Expand Down

0 comments on commit bee3840

Please sign in to comment.