fix(ROIThreshold): fix setWeight not updating properly for ROIThreshold panel (#3315)
This commit is contained in:
parent
d3da969d23
commit
1173e7de6c
@ -72,7 +72,9 @@ function ROIThresholdConfiguration({ config, dispatch, runCommand }) {
|
|||||||
onChange={e => {
|
onChange={e => {
|
||||||
dispatch({
|
dispatch({
|
||||||
type: 'setWeight',
|
type: 'setWeight',
|
||||||
payload: e.target.value,
|
payload: {
|
||||||
|
weight: e.target.value,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user