We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7201ed0 + 9741e87 commit ae54a84Copy full SHA for ae54a84
src/Common/ChartVersionAndTypeSelector.tsx
@@ -70,9 +70,9 @@ const ChartVersionAndTypeSelector = ({ setSelectedChartRefId }: ChartVersionAndT
70
return (
71
<div className="flex">
72
<div className="chart-type-options flex" data-testid="chart-type-options">
73
+ <span className="cn-7 mr-4">Chart Type</span>
74
<SelectPicker
75
inputId="chart-type-select"
- label="Chart Type"
76
value={selectedChartType ?? chartTypeOptions[0]}
77
options={chartTypeOptions}
78
onChange={handleChartTypeChange}
0 commit comments