mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
feat: Add user role select to users list settings page (#7796)

This commit is contained in:
@@ -132,6 +132,10 @@ export default defineComponent({
|
||||
value: ROLE.Member,
|
||||
label: this.$locale.baseText('auth.roles.member'),
|
||||
},
|
||||
{
|
||||
value: ROLE.Admin,
|
||||
label: this.$locale.baseText('auth.roles.admin'),
|
||||
},
|
||||
],
|
||||
capitalize: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user