Skip to content

Commit 9d0cf56

Browse files
committed
#NETPYNE-127: fixing geometry fields display in regions
1 parent 812e689 commit 9d0cf56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webapp/components/rxd/RxdRegion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ const RxdRegion = (props) => {
188188
disabled={1}
189189
label="parameter"
190190
variant="filled"
191-
defaultValue={`${baseTag}['geometry']['${item}']`}
191+
defaultValue={`${item}`}
192192
/>
193193
</div>
194-
<div className="scrollbar scrollchild spacechild" style={{ flex: '0 0 7em' }}>
194+
<div className="scrollbar scrollchild spacechild" style={{ flex: '0 0 18em' }}>
195195
<NetPyNETextField
196196
fullWidth
197197
label="value"

0 commit comments

Comments
 (0)