Removed Tenant from Dropdown

This commit is contained in:
2023-11-26 17:45:09 +01:00
parent dea4f7eddc
commit 7cc942b42f
2 changed files with 5 additions and 5 deletions

View File

@@ -12,10 +12,10 @@ const userDropdownItems = [
{
label: user.value ? user.value.email : "Profil",
},{
label: userTenant.value.id ? userTenant.value.name : "",
},/*{
label: user ? userTenant.value.name : "",
}
}*/
],
[
{