We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812e689 commit 9d0cf56Copy full SHA for 9d0cf56
1 file changed
webapp/components/rxd/RxdRegion.js
@@ -188,10 +188,10 @@ const RxdRegion = (props) => {
188
disabled={1}
189
label="parameter"
190
variant="filled"
191
- defaultValue={`${baseTag}['geometry']['${item}']`}
+ defaultValue={`${item}`}
192
/>
193
</div>
194
- <div className="scrollbar scrollchild spacechild" style={{ flex: '0 0 7em' }}>
+ <div className="scrollbar scrollchild spacechild" style={{ flex: '0 0 18em' }}>
195
<NetPyNETextField
196
fullWidth
197
label="value"
0 commit comments