mirror of https://gitee.com/answerdev/answer.git
fix: delete console
This commit is contained in:
parent
9dd41b6248
commit
25ab726cd1
|
@ -99,7 +99,7 @@ const Index: FC = () => {
|
|||
});
|
||||
|
||||
const handleChange = (params: FormDataType) => {
|
||||
console.log(params);
|
||||
// console.log(params);
|
||||
setFormData({ ...formData, ...params });
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue