Skip to content

Commit c1dd1b2

Browse files
committed
Cleanup unused variable
1 parent 955df89 commit c1dd1b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/forms/access-util.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ export const defaultValues: AddUserValues = {
3333
roleName: '',
3434
}
3535

36-
export const roleItems = allRoles.map((role) => ({
37-
value: role,
38-
label: role.split('_').map(capitalize).join(' '),
39-
}))
40-
4136
// Role descriptions for project-level roles
4237
const projectRoleDescriptions: Record<RoleKey, string> = {
4338
admin: 'Can control all aspects of the project',

0 commit comments

Comments
 (0)