File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments