Commit f14c61c5 authored by 田翔's avatar 田翔

fix: 表单设计器去掉校验

parent 1a9cbc05
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "4.0.8", "version": "4.0.9",
"description": "4.0.8 增加地图选线面", "description": "4.0.9 取消表单设计器校验",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -293,7 +293,7 @@ const FormDesigner = (props, ref) => { ...@@ -293,7 +293,7 @@ const FormDesigner = (props, ref) => {
mapping={{ mapping={{
object: 'Header', object: 'Header',
}} }}
// validation={true} validation={false}
ref={designerRef} ref={designerRef}
extraButtons={extraButtons} extraButtons={extraButtons}
widgets={widgets} 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