mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
fix(ProviderSettings): 修正服务层级选项的变量名错误
This commit is contained in:
parent
7fecce53bf
commit
e8e80d1337
@ -65,7 +65,7 @@ const ApiOptionsSettings = ({ providerId }: Props) => {
|
||||
label: t('settings.provider.api.options.service_tier.label'),
|
||||
tip: t('settings.provider.api.options.service_tier.help'),
|
||||
onChange: (checked: boolean) => {
|
||||
updateProviderTransition({ ...provider, isNotSupportArrayContent: !checked })
|
||||
updateProviderTransition({ ...provider, isNotSupportServiceTier: !checked })
|
||||
},
|
||||
checked: !provider.isNotSupportServiceTier
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user