File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/OpenSign/src/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -700,7 +700,7 @@ const TreeWidget = (props) => {
700
700
) ) }
701
701
< hr />
702
702
</ div >
703
- { editable && (
703
+ { /* { editable && (
704
704
<TreeEditForm
705
705
FormId={props.schema.data.FormId}
706
706
objectId={editId}
@@ -709,7 +709,7 @@ const TreeWidget = (props) => {
709
709
selectFolderHandle();
710
710
}}
711
711
/>
712
- ) }
712
+ )} */ }
713
713
{ isAddField && ! loader && ! editable && (
714
714
< TreeFormComponent
715
715
Id = { props . schema . data . FormId }
@@ -797,7 +797,7 @@ const TreeWidget = (props) => {
797
797
</ a >
798
798
</ div >
799
799
800
- { fldr [ props . schema . data . FolderTypeField ] ===
800
+ { /* { fldr[props.schema.data.FolderTypeField] ===
801
801
props.schema.data.FolderTypeValue && (
802
802
<a
803
803
className="float-right"
@@ -817,7 +817,7 @@ const TreeWidget = (props) => {
817
817
aria-hidden="true"
818
818
></i>
819
819
</a>
820
- ) }
820
+ )} */ }
821
821
</ li >
822
822
)
823
823
) }
You can’t perform that action at this time.
0 commit comments