fix(nc-gui): some review changes

This commit is contained in:
Ramesh Mane
2025-10-17 05:51:47 +00:00
parent a26c5c8216
commit d63e9eab42
2 changed files with 2 additions and 7 deletions

View File

@@ -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]}`) }}