update role label to member

This commit is contained in:
Peter Clement 2023-08-30 09:05:58 +01:00
parent b5a1c31034
commit 6bf343078c
2 changed files with 1 additions and 8 deletions

View File

@ -7,7 +7,6 @@
Input,
clickOutside,
notifications,
ActionButton,
CopyInput,
Modal,
FancyForm,
@ -932,12 +931,6 @@
box-sizing: border-box;
}
.invite-form {
display: flex;
align-items: center;
justify-content: space-between;
}
#builder-side-panel-container .search {
padding-top: var(--spacing-m);
padding-bottom: var(--spacing-m);

View File

@ -23,7 +23,7 @@ export const BudibaseRoles = {
}
export const BudibaseRoleOptions = [
{ label: "App User", value: BudibaseRoles.AppUser },
{ label: "Member", value: BudibaseRoles.AppUser },
{ label: "Developer", value: BudibaseRoles.Developer },
{ label: "Admin", value: BudibaseRoles.Admin },
]