Merge pull request #252 from SuanmoSuanyangTechnology/feature/model_zy
fix(web): change form message
This commit is contained in:
@@ -72,7 +72,7 @@ const KeyConfigModal = forwardRef<KeyConfigModalRef, KeyConfigModalProps>(({
|
|||||||
<Form.Item
|
<Form.Item
|
||||||
name="api_key"
|
name="api_key"
|
||||||
label={t('modelNew.api_key')}
|
label={t('modelNew.api_key')}
|
||||||
rules={[{ required: true, message: t('common.inputPlaceholder', { title: t('modelNew.apiKey') }) }]}
|
rules={[{ required: true, message: t('common.inputPlaceholder', { title: t('modelNew.api_key') }) }]}
|
||||||
>
|
>
|
||||||
<Input.Password placeholder={t('common.pleaseEnter')} />
|
<Input.Password placeholder={t('common.pleaseEnter')} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user