From 533b3f9a90dba938c7b3196e457feb74a68bb6b0 Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 9 Jun 2023 23:17:44 -0400 Subject: [PATCH] Update api-report Signed-off-by: josh --- plugins/nomad/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;