Skip to content

Commit 3a18692

Browse files
committed
#netpyne-127: applied same fix to constants for consistency
1 parent 9d0cf56 commit 3a18692

1 file changed

Lines changed: 1 addition & 1 deletion

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">

0 commit comments

Comments
 (0)