diff --git a/plugins/nomad/api-report.md b/plugins/nomad/api-report.md index 46d3f2b81b..f000854374 100644 --- a/plugins/nomad/api-report.md +++ b/plugins/nomad/api-report.md @@ -13,7 +13,7 @@ import { RouteRef } from '@backstage/core-plugin-api'; export const EntityNomadAllocationListTable: () => JSX.Element; // @public -export const EntityNomadJobVersionListCard: () => JSX.Element; +export const EntityNomadJobVersionListCard: () => JSX.Element | null; // @public (undocumented) export const isNomadAllocationsAvailable: (entity: Entity) => boolean;