update role label to member
This commit is contained in:
parent
b5a1c31034
commit
6bf343078c
|
@ -7,7 +7,6 @@
|
||||||
Input,
|
Input,
|
||||||
clickOutside,
|
clickOutside,
|
||||||
notifications,
|
notifications,
|
||||||
ActionButton,
|
|
||||||
CopyInput,
|
CopyInput,
|
||||||
Modal,
|
Modal,
|
||||||
FancyForm,
|
FancyForm,
|
||||||
|
@ -932,12 +931,6 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invite-form {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
|
|
||||||
#builder-side-panel-container .search {
|
#builder-side-panel-container .search {
|
||||||
padding-top: var(--spacing-m);
|
padding-top: var(--spacing-m);
|
||||||
padding-bottom: var(--spacing-m);
|
padding-bottom: var(--spacing-m);
|
||||||
|
|
|
@ -23,7 +23,7 @@ export const BudibaseRoles = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const BudibaseRoleOptions = [
|
export const BudibaseRoleOptions = [
|
||||||
{ label: "App User", value: BudibaseRoles.AppUser },
|
{ label: "Member", value: BudibaseRoles.AppUser },
|
||||||
{ label: "Developer", value: BudibaseRoles.Developer },
|
{ label: "Developer", value: BudibaseRoles.Developer },
|
||||||
{ label: "Admin", value: BudibaseRoles.Admin },
|
{ label: "Admin", value: BudibaseRoles.Admin },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue