Update plugins/org/src/components/Cards/OwnershipCard/useGetEntities.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: Carl-Erik Bergström <calle.bergstrom@live.se>
This commit is contained in:
committed by
GitHub
parent
8c1ca06e1f
commit
22ce4f86b5
@@ -109,11 +109,7 @@ const getChildOwnershipEntityRefs = async (
|
||||
}
|
||||
|
||||
return [
|
||||
stringifyEntityRef({
|
||||
kind: entity.kind,
|
||||
namespace: entity.metadata.namespace,
|
||||
name: entity.metadata.name,
|
||||
}),
|
||||
stringifyEntityRef(entity),
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user