From a9065c7424cd426af31aba43502bfce1d3eccd31 Mon Sep 17 00:00:00 2001 From: Jake Crews Date: Wed, 6 Jul 2022 11:25:01 -0500 Subject: [PATCH] fix api report Signed-off-by: Jake Crews --- plugins/newrelic-dashboard/api-report.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/newrelic-dashboard/api-report.md b/plugins/newrelic-dashboard/api-report.md index cff24d90c6..fd0846bc4e 100644 --- a/plugins/newrelic-dashboard/api-report.md +++ b/plugins/newrelic-dashboard/api-report.md @@ -14,12 +14,10 @@ export const DashboardSnapshotComponent: ({ guid, name, permalink, - duration, }: { guid: string; name: string; permalink: string; - duration: number; }) => JSX.Element; // Warning: (ae-missing-release-tag) "EntityNewRelicDashboardCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)