Skip to content

Commit ae805ca

Browse files
authored
Merge pull request #555 from MetaCell/feature/fix_rxd_args
#447 fixing type casting from dynamic dictionary to float
2 parents f3ced3e + 417600f commit ae805ca

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

webapp/components/rxd/RxdConstants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const RxdConstants = (props) => {
120120
fullWidth
121121
label="value"
122122
variant="filled"
123+
realType="float"
123124
model={`${baseTag}['${constant}']`}
124125
/>
125126
</div>

webapp/components/rxd/RxdRegion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ const RxdRegion = (props) => {
196196
fullWidth
197197
label="value"
198198
variant="filled"
199+
realType="float"
199200
model={`${baseTag}['geometry']['args']['${item}']`}
200201
/>
201202
</div>

0 commit comments

Comments
 (0)