mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 05:56:38 +00:00
fix(nc-gui): some review changes
This commit is contained in:
@@ -479,7 +479,7 @@ defineExpose({
|
||||
</div>
|
||||
<div
|
||||
class="text-xs font-medium flex items-center gap-2 gap-1"
|
||||
:class="[roleColorsMapping[RoleColors[currentUserRole]]?.contentTooltip]"
|
||||
:class="roleColorsMapping[RoleColors[currentUserRole]]?.contentTooltip"
|
||||
>
|
||||
<GeneralIcon :icon="RoleIcons[currentUserRole]" class="w-4 h-4" />
|
||||
{{ $t(`objects.roleType.${RoleLabels[currentUserRole]}`) }}
|
||||
|
||||
Reference in New Issue
Block a user