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
7171 < div className = "flex" >
7272 < div className = "chart-type-options flex" data-testid = "chart-type-options" >
7373 < SelectPicker
74- inputId = ' chart-type-select'
75- label = ' Chart Type'
74+ inputId = " chart-type-select"
75+ label = " Chart Type"
7676 value = { selectedChartType ?? chartTypeOptions [ 0 ] }
7777 options = { chartTypeOptions }
7878 onChange = { handleChartTypeChange }
7979 variant = { SelectPickerVariantType . BORDER_LESS }
8080 />
8181 </ div >
8282 < 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 >
8484 < SelectPicker
85- inputId = ' chart-version-select'
85+ inputId = " chart-version-select"
8686 value = { selectedChartVersion ?? chartVersionOptions [ 0 ] }
8787 options = { chartVersionOptions }
8888 onChange = { handleChartVersionChange }
You can’t perform that action at this time.
0 commit comments