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