수정
This commit is contained in:
@@ -1135,6 +1135,9 @@ export const CondEditor: React.FC<CondEditorProps> = ({
|
||||
};
|
||||
const getRightValue = () => {
|
||||
const raw = normalized.rightField;
|
||||
if (isThresholdOverridden(normalized) && raw?.startsWith('K_')) {
|
||||
return raw;
|
||||
}
|
||||
const v = isThresholdOverridden(normalized)
|
||||
? resolveFieldOptionValue(normalized.indicatorType, raw)
|
||||
: (isThresholdFieldOrSymbol(raw)
|
||||
|
||||
Reference in New Issue
Block a user