mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): fix bug where col headers don't show (#3985)
fix bug where col headers dont show
This commit is contained in:
@@ -75,6 +75,7 @@
|
|||||||
></div>
|
></div>
|
||||||
<span>{{ column || ' ' }}</span>
|
<span>{{ column || ' ' }}</span>
|
||||||
</n8n-tooltip>
|
</n8n-tooltip>
|
||||||
|
<span v-else>{{ column || ' ' }}</span>
|
||||||
</span>
|
</span>
|
||||||
<div :class="$style.dragButton">
|
<div :class="$style.dragButton">
|
||||||
<font-awesome-icon icon="grip-vertical" />
|
<font-awesome-icon icon="grip-vertical" />
|
||||||
|
|||||||
Reference in New Issue
Block a user