fix(frontend): preserve user config when trimming oneOf non-selected keys

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-02-17 13:37:28 +00:00
co-authored by Claude Opus 4.6
parent 0a9c5019b9
commit 00542f1545
@@ -64,7 +64,7 @@
oneOf = {
...oneOf,
configuration: {
[oneOf.selected]: cleanseOneOfConfiguration(inputSpecsConfiguration)?.[oneOf.selected]
[oneOf.selected]: oneOf.configuration[oneOf.selected]
}
}
}