fix: harden workflow console review paths

This commit is contained in:
lda
2026-08-12 14:23:10 +07:00 Verified
parent 447b8d9e89
commit 20e6ecc117
20 changed files with 416 additions and 56 deletions
@@ -125,10 +125,7 @@ export const SchemaForm = ({
...sources,
[sourceKey(changedField)]: { mode: "literal", value: nextValue },
};
setSources(() => ({
...sources,
[sourceKey(changedField)]: { mode: "literal", value: nextValue },
}));
setSources(nextSources);
}
onValueChange?.(serializeSchemaValues(field, nextValues, nextSources));
};