fix knownhosts issue

This commit is contained in:
seavor 2026-04-20 00:03:29 -05:00
parent 5f28d43dff
commit e045f498a8
3 changed files with 42 additions and 4 deletions

View file

@ -86,8 +86,6 @@ const KnownHosts = (props: any) => {
webClient.request.authentication.testConnection({ ...getHostPort(host) });
};
// Mirror the store's selectedHost into the form field. Also kick off a
// connection test so the user sees the green/red indicator on mount.
useEffect(() => {
if (!selectedHost) {
return;