mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-12 12:13:45 +08:00
fix some bugs for suggestion
This commit is contained in:
@@ -1486,7 +1486,7 @@ export function Settings() {
|
||||
>
|
||||
<PasswordInput
|
||||
aria-label={Locale.Settings.Access.Huawei.ApiKey.Title}
|
||||
value={accessStore.deepseekApiKey}
|
||||
value={accessStore.huaweiApiKey}
|
||||
type="text"
|
||||
placeholder={Locale.Settings.Access.Huawei.ApiKey.Placeholder}
|
||||
onChange={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user