mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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>
|
||||
<span>{{ column || ' ' }}</span>
|
||||
</n8n-tooltip>
|
||||
<span v-else>{{ column || ' ' }}</span>
|
||||
</span>
|
||||
<div :class="$style.dragButton">
|
||||
<font-awesome-icon icon="grip-vertical" />
|
||||
|
||||
Reference in New Issue
Block a user