Skip to content

Commit

Permalink
style: Move smeltertechtype on alumina page below the annual emissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalcengio committed Jan 6, 2025
1 parent b8e7dd7 commit e4f0114
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ const uiSchema = {
"ui:FieldTemplate": FieldTemplate,
"ui:classNames": "form-heading-label",
"ui:order": [
"annualEmissions",
"smelterTechType",
"annualEmissions",
"anodeCathodeBackingGreenCokeCalcination",
"anodeEffects",
"coverGasFromElectrolysisCells",
"sourceTypes",
],
smelterTechType: {
"ui:widget": MultiSelectWidget,
"ui:placeholder": "Select Smelter Technology Type(s)",
},
annualEmissions: {
"ui:FieldTemplate": SectionFieldTemplate,
"ui:options": {
Expand All @@ -43,10 +47,6 @@ const uiSchema = {
annualC2F6EmissionsFromAnodeEffectsForSoderbergCells: {
"ui:FieldTemplate": InlineFieldTemplate,
},
smelterTechType: {
"ui:widget": MultiSelectWidget,
"ui:placeholder": "Select Smelter Technology Type(s)",
},
anodeCathodeBackingGreenCokeCalcination: {
"ui:FieldTemplate": FieldTemplate,
"ui:widget": CheckboxWidgetLeft,
Expand Down

0 comments on commit e4f0114

Please sign in to comment.