File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,18 +71,18 @@ const ChartVersionAndTypeSelector = ({ setSelectedChartRefId }: ChartVersionAndT
71
71
< div className = "flex" >
72
72
< div className = "chart-type-options flex" data-testid = "chart-type-options" >
73
73
< SelectPicker
74
- inputId = ' chart-type-select'
75
- label = ' Chart Type'
74
+ inputId = " chart-type-select"
75
+ label = " Chart Type"
76
76
value = { selectedChartType ?? chartTypeOptions [ 0 ] }
77
77
options = { chartTypeOptions }
78
78
onChange = { handleChartTypeChange }
79
79
variant = { SelectPickerVariantType . BORDER_LESS }
80
80
/>
81
81
</ div >
82
82
< div className = "chart-version-options flex" data-testid = "chart-version-options" >
83
- < span className = "cn-7 mr-4" > Chart Version</ span >
83
+ < span className = "cn-7 mr-4" > Chart Version</ span >
84
84
< SelectPicker
85
- inputId = ' chart-version-select'
85
+ inputId = " chart-version-select"
86
86
value = { selectedChartVersion ?? chartVersionOptions [ 0 ] }
87
87
options = { chartVersionOptions }
88
88
onChange = { handleChartVersionChange }
You can’t perform that action at this time.
0 commit comments