Fix owner edge duplication issue

master
Rohan Vazarkar 2018-05-10 11:31:31 -04:00
parent 9e270318e2
commit ac18d6d21b
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ export function buildACLProps(rows) {
rights.push("AddMember");
}
if (rel.includes("Owner")){
if (rel === "Owner"){
rights.push("Owns");
}