mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 14:07:18 +00:00
fix : used kebab syntax for showOnTruncateOnly prop
This commit is contained in:
@@ -154,7 +154,7 @@ const openDropDown = (e: Event) => {
|
||||
>
|
||||
<LazySmartsheetHeaderVirtualCellIcon v-if="column && !props.hideIcon" />
|
||||
|
||||
<NcTooltip placement="bottom" class="truncate name pl-1" :showOnTruncateOnly="true">
|
||||
<NcTooltip placement="bottom" class="truncate name pl-1" show-on-truncate-only>
|
||||
<template #title>
|
||||
{{ tooltipMsg }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user