직접입력값 평가오류 수정
This commit is contained in:
@@ -20,7 +20,7 @@ import {
|
||||
setConditionRightPeriod,
|
||||
setConditionThreshold,
|
||||
setConditionValuePeriod,
|
||||
canonicalizeConditionThreshold,
|
||||
ensureDirectThresholdSnapshot,
|
||||
usesValuePeriodField,
|
||||
} from '../../utils/conditionPeriods';
|
||||
import { compositeDisplayName, compositeElementLabel, COMPOSITE_INDICATOR_ITEMS, switchCompositeIndicatorType } from '../../utils/compositeIndicators';
|
||||
@@ -170,7 +170,7 @@ export default function ConditionNodeSettings({
|
||||
max={thresholdBounds.max}
|
||||
allowDecimal
|
||||
onChange={v => onChange(
|
||||
canonicalizeConditionThreshold(
|
||||
ensureDirectThresholdSnapshot(
|
||||
setConditionThreshold(condition, 'right', v, def, { directInput: true }),
|
||||
),
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user