mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
changed goal values in remote assessment modal
This commit is contained in:
parent
88e499ea31
commit
b012961718
1 changed files with 2 additions and 2 deletions
|
|
@ -120,12 +120,12 @@ const selectGoalOptions = [
|
|||
},
|
||||
{
|
||||
label: "Reduce energy consumption",
|
||||
value: "Reduce energy consumption",
|
||||
value: "Energy Savings",
|
||||
disabled: false,
|
||||
},
|
||||
{
|
||||
label: "Reduce CO2 emissions",
|
||||
value: "Reduce CO2 emissions",
|
||||
value: "Reducing CO2 emissions",
|
||||
disabled: false,
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue