Update role bindings to use Role prefix rather than Roles
This commit is contained in:
parent
c980801579
commit
e5678d9b27
|
@ -402,7 +402,7 @@ const getRoleBindings = () => {
|
|||
return {
|
||||
type: "context",
|
||||
runtimeBinding: `trim "${role._id}"`,
|
||||
readableBinding: `Roles.${role.name}`,
|
||||
readableBinding: `Role.${role.name}`,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue