fix : used kebab syntax for showOnTruncateOnly prop

This commit is contained in:
musharaf-nocodb
2023-12-06 13:24:42 +05:30
parent 37a706c67c
commit 74da22eeec
15 changed files with 20 additions and 20 deletions

View File

@@ -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)">