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"
|
label="Input"
|
||||||
tooltip="The name of the product that this plant takes as input."
|
tooltip="The name of the product that this plant takes as input."
|
||||||
disabled="disabled"
|
disabled="disabled"
|
||||||
value="Battery"
|
value={props.value["input"]}
|
||||||
/>
|
/>
|
||||||
<DictInputRow
|
<DictInputRow
|
||||||
label="Outputs"
|
label="Outputs"
|
||||||
|
|||||||
Reference in New Issue
Block a user