mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 00:01:49 +00:00
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:
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]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user