Skip to content

Commit

Permalink
refactor(ui-renewable): update renewable cluster group names to lower…
Browse files Browse the repository at this point in the history
…case
  • Loading branch information
hdinia committed Dec 17, 2024
1 parent 03e1525 commit 0d1aca2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function Fields() {
name="group"
control={control}
options={RENEWABLE_GROUPS}
startCaseLabel={false}
sx={{
alignSelf: "center",
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ import type { ClusterWithCapacity } from "../common/clustersUtils";
////////////////////////////////////////////////////////////////

export const RENEWABLE_GROUPS = [
"Wind Onshore",
"Wind Offshore",
"Solar Thermal",
"Solar PV",
"Solar Rooftop",
"Other RES 1",
"Other RES 2",
"Other RES 3",
"Other RES 4",
"wind onshore",
"wind offshore",
"solar thermal",
"solar pv",
"solar rooftop",
"other res 1",
"other res 2",
"other res 3",
"other res 4",
] as const;

export const TS_INTERPRETATION_OPTIONS = [
Expand Down

0 comments on commit 0d1aca2

Please sign in to comment.