Persist legacy creator access when promoting to creator
This commit is contained in:
parent
178ee3b5c1
commit
168e875662
|
@ -187,7 +187,11 @@
|
|||
} else if (detail === Constants.BudibaseRoles.Creator) {
|
||||
toggleFlags({
|
||||
admin: { global: false },
|
||||
builder: { global: false, creator: true },
|
||||
builder: {
|
||||
global: false,
|
||||
creator: true,
|
||||
apps: user?.builder?.apps || [],
|
||||
},
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue