mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(editor): Remove ability for users to select admin role in the UI (no-changelog) (#7850)
This commit is contained in:
@@ -132,10 +132,6 @@ 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