feat(web): update api key

This commit is contained in:
zhaoying
2025-12-18 20:35:38 +08:00
parent 50a244af4d
commit 7da3c5a8e8
3 changed files with 4 additions and 6 deletions

View File

@@ -46,7 +46,9 @@ const ApiKeyConfigModal = forwardRef<ApiKeyConfigModalRef, ApiKeyConfigModalProp
...values
})
handleClose()
refresh()
setTimeout(() => {
refresh()
}, 50)
})
}