mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 04:06:48 +00:00
fix : used kebab syntax for showOnTruncateOnly prop
This commit is contained in:
@@ -429,7 +429,7 @@ const projectDelete = () => {
|
||||
class="nc-sidebar-node-title capitalize text-ellipsis overflow-hidden select-none"
|
||||
:style="{ wordBreak: 'keep-all', whiteSpace: 'nowrap', display: 'inline' }"
|
||||
:class="{ 'text-black font-semibold': activeProjectId === base.id && baseViewOpen }"
|
||||
:showOnTruncateOnly="true"
|
||||
show-on-truncate-only
|
||||
>
|
||||
<template #title>{{ base.title }}</template>
|
||||
<span @click="onProjectClick(base)">
|
||||
|
||||
Reference in New Issue
Block a user