1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00

Update role bindings to use Role prefix rather than Roles

This commit is contained in:
Andrew Kingston 2022-04-06 08:22:10 +01:00
parent 2cafc7d032
commit b4632fc431

View file

@ -402,7 +402,7 @@ const getRoleBindings = () => {
return {
type: "context",
runtimeBinding: `trim "${role._id}"`,
readableBinding: `Roles.${role.name}`,
readableBinding: `Role.${role.name}`,
}
})
}