提交 8d185bb5 编写于 作者: 无木

fix(form): remove console error for `setFieldsValue`

移除setFieldsValue方法输出的控制台错误

fixed: #952
上级 27207a78
......@@ -84,7 +84,7 @@ export function useFormEvents({
validKeys.push(key);
}
});
validateFields(validKeys);
validateFields(validKeys).catch((_) => {});
}
/**
* @description: Delete based on field name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册