fix(ui): shell type not reset when server changed

This commit is contained in:
ReaJason
2025-02-21 00:32:24 +08:00
parent 064c73b4e7
commit ef6ca026f2
+2
View File
@@ -92,6 +92,8 @@ export function MainConfigCard({
}
form.resetField("bypassJavaModule");
form.resetField("shellTool");
form.resetField("shellType");
form.resetField("urlPattern");
}
};