File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed
src/components/v2/values/chartValuesDiff Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -1561,22 +1561,19 @@ const ChartValuesView = ({
1561
1561
} )
1562
1562
}
1563
1563
1564
- const renderConnectToHelmChartInfoBlock = ( ) : JSX . Element => {
1565
- return (
1566
- < InfoBlock
1567
- description = { CONNECT_TO_HELM_CHART_TEXTS . Message }
1568
- layout = "column"
1569
- buttonProps = { {
1570
- text : 'Connect to helm chart' ,
1571
- onClick : handleConnectToChartClick ,
1572
- variant : ButtonVariantType . text ,
1573
- dataTestId : 'connect-to-helm-chart-button' ,
1574
- startIcon : < LinkIcon className = "connect-to-chart-icon icon-dim-16" /> ,
1575
-
1576
- } }
1577
- />
1578
- )
1579
- }
1564
+ const renderConnectToHelmChartInfoBlock = ( ) => (
1565
+ < InfoBlock
1566
+ description = { CONNECT_TO_HELM_CHART_TEXTS . Message }
1567
+ layout = "column"
1568
+ buttonProps = { {
1569
+ text : 'Connect to helm chart' ,
1570
+ onClick : handleConnectToChartClick ,
1571
+ variant : ButtonVariantType . text ,
1572
+ dataTestId : 'connect-to-helm-chart-button' ,
1573
+ startIcon : < LinkIcon className = "connect-to-chart-icon icon-dim-16" /> ,
1574
+ } }
1575
+ />
1576
+ )
1580
1577
1581
1578
const getHelmAppMetaInfoRes = async ( ) : Promise < void > => {
1582
1579
try {
You can’t perform that action at this time.
0 commit comments