mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Fix plant input
This commit is contained in:
@@ -120,7 +120,7 @@ const PlantBlock = (props) => {
|
||||
label="Input"
|
||||
tooltip="The name of the product that this plant takes as input."
|
||||
disabled="disabled"
|
||||
value="Battery"
|
||||
value={props.value["input"]}
|
||||
/>
|
||||
<DictInputRow
|
||||
label="Outputs"
|
||||
|
||||
Reference in New Issue
Block a user