Fix owner edge duplication issue
parent
9e270318e2
commit
ac18d6d21b
|
@ -631,7 +631,7 @@ export function buildACLProps(rows) {
|
|||
rights.push("AddMember");
|
||||
}
|
||||
|
||||
if (rel.includes("Owner")){
|
||||
if (rel === "Owner"){
|
||||
rights.push("Owns");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue