fix(editor): Remove ability for users to select admin role in the UI (no-changelog) (#7850)

This commit is contained in:
Csaba Tuncsik
2023-11-28 15:11:02 +01:00
committed by GitHub
parent 2356fb0f0c
commit e87e928144
2 changed files with 1 additions and 21 deletions

View File

@@ -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,
},