Hide role 'company'
This commit is contained in:
@@ -42,15 +42,15 @@ const roles: RoleOption[] = [
|
|||||||
enabled: false,
|
enabled: false,
|
||||||
badge: 'Demnächst',
|
badge: 'Demnächst',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
value: 'company',
|
// value: 'company',
|
||||||
label: 'Firma',
|
// label: 'Firma',
|
||||||
description: 'Firma',
|
// description: 'Firma',
|
||||||
icon: Building2,
|
// icon: Building2,
|
||||||
color: 'text-blue-600',
|
// color: 'text-blue-600',
|
||||||
enabled: false,
|
// enabled: false,
|
||||||
badge: 'Demnächst',
|
// badge: 'Demnächst',
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
|
|
||||||
// Current role - will come from user session later
|
// Current role - will come from user session later
|
||||||
|
|||||||
Reference in New Issue
Block a user