FIX: Only show override options to admins
This commit is contained in:
parent
abe8142038
commit
deea8b59bc
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
shouldRender(args, component) {
|
||||
return component.currentUser && component.currentUser.get("staff");
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue