Skip to content

Commit 80f0c32

Browse files
authored
Merge pull request #705 from MetaCell/feature/netpyne-127
Feature/netpyne 127
2 parents 85b0efc + 3a18692 commit 80f0c32

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

webapp/components/rxd/RxdConstants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const RxdConstants = (props) => {
112112
disabled={1}
113113
label="parameter"
114114
variant="filled"
115-
defaultValue={`${baseTag}['${constant}']`}
115+
defaultValue={`${constant}`}
116116
/>
117117
</div>
118118
<div className="scrollbar scrollchild spacechild">

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)