catalog-model: Remove target from EntityRelation type.
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
165cabfeb6
commit
d3e9ec43b7
@@ -43,7 +43,6 @@ const entity = (name?: string) =>
|
||||
{
|
||||
type: RELATION_OWNED_BY,
|
||||
targetRef: `group:default/${name}`,
|
||||
target: { kind: 'group', namespace: 'default', name },
|
||||
},
|
||||
],
|
||||
} as Entity);
|
||||
|
||||
Reference in New Issue
Block a user