fix: prevent custom registry org input from deselecting #1

Merged
ninjasurge merged 1 commits from fix-issue-1094 into main 2026-02-11 19:32:25 -06:00

1 Commits

Author SHA1 Message Date
Voice Typer User
6919582f69 fix: prevent custom registry org input from deselecting
The ImageRegistryConfig component's key included registry.organization,
which caused React to remount the component on every keystroke when
typing a custom organization name. This destroyed the OrganizationSelector's
internal customMode state, causing the input to deselect after each character.

Using a stable index-based key preserves component identity during edits.

Closes #1094
2026-02-06 16:04:35 -08:00