fix(web): model loading update

This commit is contained in:
zhaoying
2026-01-28 11:11:28 +08:00
parent 462c3b0696
commit 18204bc1f7
4 changed files with 37 additions and 40 deletions

View File

@@ -39,6 +39,7 @@ const MultiKeyConfigModal = forwardRef<MultiKeyConfigModalRef, MultiKeyConfigMod
form
.validateFields()
.then((values) => {
setLoading(true)
addModelApiKey(model.id, {
...values,
model_config_id: model.id,