Files
paperclip/ui/src/components
Cody (Radius Red) 06cf00129f fix(ui): preserve env var when switching type from Plain to Secret
When changing an env var's type from Plain to Secret in the agent
config form, the row was silently dropped because emit() skipped
secret rows without a secretId. This caused data loss — the variable
disappeared from both the UI and the saved config.

Fix: keep the row as a plain binding during the transition state
until the user selects an actual secret. This preserves the key and
value so nothing is lost.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-31 15:09:54 +00:00
..
2026-03-23 16:57:27 -05:00
2026-03-29 10:57:34 -05:00
2026-03-20 08:50:00 -05:00
2026-03-23 16:57:27 -05:00
2026-03-13 11:12:43 -05:00