mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix(editor): fix bug where col headers don't show (#3985)
fix bug where col headers dont show
This commit is contained in:
parent
143707cc17
commit
bee3840050
|
@ -75,6 +75,7 @@
|
|||
></div>
|
||||
<span>{{ column || ' ' }}</span>
|
||||
</n8n-tooltip>
|
||||
<span v-else>{{ column || ' ' }}</span>
|
||||
</span>
|
||||
<div :class="$style.dragButton">
|
||||
<font-awesome-icon icon="grip-vertical" />
|
||||
|
|
Loading…
Reference in a new issue