mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: fixed the issue where chat greetings could not appear (#95)
This commit is contained in:
@ -28,8 +28,8 @@ const segmentedMap = {
|
||||
};
|
||||
|
||||
const layout = {
|
||||
labelCol: { span: 6 },
|
||||
wrapperCol: { span: 18 },
|
||||
labelCol: { span: 7 },
|
||||
wrapperCol: { span: 17 },
|
||||
};
|
||||
|
||||
const validateMessages = {
|
||||
|
||||
Reference in New Issue
Block a user