mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
refactor(core): Remove roleId indirection (no-changelog) (#8413)
This commit is contained in:
committed by
GitHub
parent
1affebd85e
commit
d6deceacde
@@ -109,7 +109,7 @@ export default defineComponent({
|
||||
formBus: createEventBus(),
|
||||
modalBus: createEventBus(),
|
||||
emails: '',
|
||||
role: 'member',
|
||||
role: ROLE.Member,
|
||||
showInviteUrls: null as IInviteResponse[] | null,
|
||||
loading: false,
|
||||
INVITE_USER_MODAL_KEY,
|
||||
@@ -135,7 +135,7 @@ export default defineComponent({
|
||||
},
|
||||
{
|
||||
name: 'role',
|
||||
initialValue: 'member',
|
||||
initialValue: ROLE.Member,
|
||||
properties: {
|
||||
label: this.$locale.baseText('auth.role'),
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user