Adds the Resource kind to the useGetEntities fallback options so that Resources are also returned by default on the group ownership card

Signed-off-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
Peter Macdonald
2025-12-15 15:48:39 +01:00
parent db35e3bd65
commit db3cfd7492
2 changed files with 6 additions and 1 deletions
@@ -198,7 +198,7 @@ export function useGetEntities(
error?: Error;
} {
const catalogApi = useApi(catalogApiRef);
const kinds = entityFilterKind ?? ['Component', 'API', 'System'];
const kinds = entityFilterKind ?? ['Component', 'API', 'System', 'Resource'];
const {
loading,