Fix label for tenant role when inviting users via builder side panel
This commit is contained in:
parent
168e875662
commit
a8c5f62666
|
@ -816,7 +816,7 @@
|
||||||
: Constants.BudibaseRoleOptions.filter(
|
: Constants.BudibaseRoleOptions.filter(
|
||||||
option => option.value !== Constants.BudibaseRoles.Admin
|
option => option.value !== Constants.BudibaseRoles.Admin
|
||||||
)}
|
)}
|
||||||
label="Access"
|
label="Role"
|
||||||
on:change={checkAppAccess}
|
on:change={checkAppAccess}
|
||||||
/>
|
/>
|
||||||
<span class="role-wrap">
|
<span class="role-wrap">
|
||||||
|
|
Loading…
Reference in New Issue