Commit f14c61c5 authored by 田翔's avatar 田翔

fix: 表单设计器去掉校验

parent 1a9cbc05
{
"name": "panda-xform",
"version": "4.0.8",
"description": "4.0.8 增加地图选线面",
"version": "4.0.9",
"description": "4.0.9 取消表单设计器校验",
"keywords": [
"panda-xform"
],
......
......@@ -293,7 +293,7 @@ const FormDesigner = (props, ref) => {
mapping={{
object: 'Header',
}}
// validation={true}
validation={false}
ref={designerRef}
extraButtons={extraButtons}
widgets={widgets}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment