refactor: bump antd to 5.27.0, update Input.Password suffix (#9263)
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user