From bf3c161d72932a67753e9aabf15d982e3742d9f9 Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Wed, 2 Dec 2020 17:36:30 -0500 Subject: [PATCH 1/2] disable support button --- .../src/components/CostInsightsPage/CostInsightsPage.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/cost-insights/src/components/CostInsightsPage/CostInsightsPage.tsx b/plugins/cost-insights/src/components/CostInsightsPage/CostInsightsPage.tsx index e361a14322..9a38bf2955 100644 --- a/plugins/cost-insights/src/components/CostInsightsPage/CostInsightsPage.tsx +++ b/plugins/cost-insights/src/components/CostInsightsPage/CostInsightsPage.tsx @@ -32,7 +32,8 @@ import { import { CostInsightsNavigation } from '../CostInsightsNavigation'; import { CostOverviewCard } from '../CostOverviewCard'; import { ProductInsights } from '../ProductInsights'; -import { CostInsightsSupportButton } from '../CostInsightsSupportButton'; +/* https://github.com/backstage/backstage/issues/2574 */ +// import { CostInsightsSupportButton } from '../CostInsightsSupportButton'; import { useConfig, useCurrency, @@ -164,7 +165,7 @@ export const CostInsightsPage = () => { - + {/* */} @@ -239,7 +240,7 @@ export const CostInsightsPage = () => { mb={2} > - + {/* */} From bec334b33684a17c5c3e9ed0e2a9deff603bf8b6 Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Wed, 2 Dec 2020 17:38:06 -0500 Subject: [PATCH 2/2] changeset --- .changeset/cost-insights-hungry-oranges-enjoy.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/cost-insights-hungry-oranges-enjoy.md diff --git a/.changeset/cost-insights-hungry-oranges-enjoy.md b/.changeset/cost-insights-hungry-oranges-enjoy.md new file mode 100644 index 0000000000..2a4a8bb566 --- /dev/null +++ b/.changeset/cost-insights-hungry-oranges-enjoy.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-cost-insights': patch +--- + +disable support button