mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 10:56:45 +00:00
fix(nc-gui): base name not visible in tooltip
This commit is contained in:
@@ -463,7 +463,10 @@ defineExpose({
|
||||
>
|
||||
<template #title>
|
||||
<div class="flex flex-col gap-3">
|
||||
<div class="text-small leading-[18px] mb-1">{{ base.title }}</div>
|
||||
<div>
|
||||
<div class="text-[10px] leading-[14px] text-nc-content-brand-hover uppercase mb-1">{{ $t('labels.projName') }}</div>
|
||||
<div class="text-small leading-[18px] mb-1">{{ base.title }}</div>
|
||||
</div>
|
||||
<div v-if="currentUserRole">
|
||||
<div class="text-[10px] leading-[14px] text-nc-content-brand-hover uppercase mb-1">
|
||||
{{ $t('title.yourBaseRole') }}
|
||||
|
||||
Reference in New Issue
Block a user