mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-11 08:19:01 +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'),
|
label: t('settings.provider.api.options.service_tier.label'),
|
||||||
tip: t('settings.provider.api.options.service_tier.help'),
|
tip: t('settings.provider.api.options.service_tier.help'),
|
||||||
onChange: (checked: boolean) => {
|
onChange: (checked: boolean) => {
|
||||||
updateProviderTransition({ ...provider, isNotSupportArrayContent: !checked })
|
updateProviderTransition({ ...provider, isNotSupportServiceTier: !checked })
|
||||||
},
|
},
|
||||||
checked: !provider.isNotSupportServiceTier
|
checked: !provider.isNotSupportServiceTier
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user