fix(editor): fix bug where col headers don't show (#3985)

fix bug where col headers dont show
This commit is contained in:
Mutasem Aldmour 2022-08-31 17:58:43 +02:00 committed by GitHub
parent 143707cc17
commit bee3840050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" />