Add old roles (#14538)
This commit is contained in:
parent
e1ef16b79d
commit
2f13773240
|
@ -76,7 +76,9 @@ export const ExtendedBudibaseRoleOptions = [
|
|||
value: BudibaseRoles.Owner,
|
||||
sortOrder: 0,
|
||||
},
|
||||
].concat(BudibaseRoleOptions)
|
||||
]
|
||||
.concat(BudibaseRoleOptions)
|
||||
.concat(BudibaseRoleOptionsOld)
|
||||
|
||||
export const PlanType = {
|
||||
FREE: "free",
|
||||
|
|
Loading…
Reference in New Issue