fix: Type error

This commit is contained in:
LukeGus
2025-11-02 23:24:27 -06:00
parent 2239a7f54a
commit 1f89c7a9ae
2 changed files with 61 additions and 1 deletions

View File

@@ -91,7 +91,6 @@ export function HostManager({
setActiveTab(value);
if (value !== "add_host") {
setEditingHost(null);
isEditingRef.current = false;
}
if (value !== "add_credential") {
setEditingCredential(null);