refactor: bump antd to 5.27.0, update Input.Password suffix (#9263)

This commit is contained in:
one
2025-08-18 13:39:56 +08:00
committed by GitHub
parent f9056b0680
commit ecf1f816c3
4 changed files with 20 additions and 21 deletions
@@ -284,8 +284,7 @@ const ProviderSetting: FC<Props> = ({ providerId }) => {
spellCheck={false}
autoFocus={provider.enabled && provider.apiKey === '' && !isProviderSupportAuth(provider)}
disabled={provider.id === 'copilot'}
// FIXME:暂时用 prefix。因为 suffix 会被覆盖,实际上不起作用。
prefix={renderStatusIndicator()}
suffix={renderStatusIndicator()}
/>
<Button
type={isApiKeyConnectable ? 'primary' : 'default'}