mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-27 00:14:22 +00:00
minor fix
This commit is contained in:
parent
d8de00523f
commit
ed025fe709
1 changed files with 2 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ const [errors, setErrors] = useState<
|
|||
next[idx].apiKey = getValidateMessage(e);
|
||||
return next;
|
||||
});
|
||||
return;
|
||||
} finally {
|
||||
setLoading(null);
|
||||
}
|
||||
|
|
@ -398,6 +399,7 @@ const [errors, setErrors] = useState<
|
|||
},
|
||||
},
|
||||
});
|
||||
return;
|
||||
} finally {
|
||||
setLoading(null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue