Commit e71dbd3
fix(web): import Listbox + ChevronUpDownIcon in RemoteConnectWizard
The SSH config step's saved-alias dropdown used Listbox/ListboxButton/
ListboxOptions/ListboxOption and ChevronUpDownIcon without importing them, so
when any SSH alias existed (aliases.length > 0) the config form failed to
render (blank step 2). strictTemplates is off, so type-check/build didn't catch
the unresolved components.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 65ac31d commit e71dbd3
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments