changed goal values in remote assessment modal

This commit is contained in:
Khalim Conn-Kowlessar 2025-07-31 17:07:05 +01:00
parent 88e499ea31
commit b012961718

View file

@ -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,
},
];