Skip to content

Commit 4ca00df

Browse files
committed
chore: code formatting
1 parent 309e327 commit 4ca00df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Common/ChartVersionAndTypeSelector.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)