mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 23:58:51 -06:00
Web: Fix parsing of disposal limit
This commit is contained in:
@@ -235,7 +235,7 @@ const InputPage = () => {
|
||||
"disposal limit (tonne)",
|
||||
].forEach((key) => {
|
||||
newData.plants[plantName][key] = { ...newData.plants[plantName][key] };
|
||||
newData.plants[plantName][key][productName] = 0;
|
||||
newData.plants[plantName][key][productName] = "0";
|
||||
});
|
||||
save(newData);
|
||||
return newData;
|
||||
|
||||
Reference in New Issue
Block a user