Skip to content

Commit ae54a84

Browse files
authored
Merge pull request #351 from devtron-labs/fix.chart-select
fix: code refactoring
2 parents 7201ed0 + 9741e87 commit ae54a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/ChartVersionAndTypeSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ const ChartVersionAndTypeSelector = ({ setSelectedChartRefId }: ChartVersionAndT
7070
return (
7171
<div className="flex">
7272
<div className="chart-type-options flex" data-testid="chart-type-options">
73+
<span className="cn-7 mr-4">Chart Type</span>
7374
<SelectPicker
7475
inputId="chart-type-select"
75-
label="Chart Type"
7676
value={selectedChartType ?? chartTypeOptions[0]}
7777
options={chartTypeOptions}
7878
onChange={handleChartTypeChange}

0 commit comments

Comments
 (0)