From a75748246be97860fab8b5e156daa9e458b9c3ce Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 22 Mar 2018 12:02:28 +0530 Subject: [PATCH] use the value of chartID to display the chart name --- dashboard/src/components/AppNew/AppNew.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dashboard/src/components/AppNew/AppNew.tsx b/dashboard/src/components/AppNew/AppNew.tsx index 14d3993b76ca..ba75bb2c3d4e 100644 --- a/dashboard/src/components/AppNew/AppNew.tsx +++ b/dashboard/src/components/AppNew/AppNew.tsx @@ -90,7 +90,6 @@ class AppNew extends React.Component { if (!version || !appValues || !versions.length) { return
Loading
; } - const chartAttrs = version.relationships.chart.data; let bindingDetail =
; if (selectedBinding) { const { @@ -137,9 +136,7 @@ class AppNew extends React.Component {
-

- {chartAttrs.repo.name}/{chartAttrs.name} -

+

{this.props.chartID}