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