This commit is contained in:
Macbook
2026-06-18 00:56:50 +09:00
parent e5b5af093e
commit ac55748aec
7 changed files with 254 additions and 7 deletions
@@ -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)