fix: fixed the issue that the prompt word for registering an account is not in English and fixed the issue where the last message would keep loading if the backend reported an error during chat and fixed the issue where the next button would float above the file list on the file upload page (#133)
* feat: fixed the issue where the next button would float above the file list on the file upload page. * feat: fixed the issue where the last message would keep loading if the backend reported an error during chat. * fix: fixed the issue that the prompt word for registering an account is not in English
This commit is contained in:
@@ -115,7 +115,11 @@ const Login = () => {
|
||||
label="Password"
|
||||
rules={[{ required: true, message: 'Please input value' }]}
|
||||
>
|
||||
<Input.Password size="large" placeholder="Please input value" />
|
||||
<Input.Password
|
||||
size="large"
|
||||
placeholder="Please input value"
|
||||
onPressEnter={onCheck}
|
||||
/>
|
||||
</Form.Item>
|
||||
{title === 'login' && (
|
||||
<Form.Item name="remember" valuePropName="checked">
|
||||
|
||||
Reference in New Issue
Block a user