Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63479be

Browse files
committedMar 8, 2025·
Update rb-forms.protable.js
1 parent e8abf66 commit 63479be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/resources/web/assets/js/general/rb-forms.protable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class ProTable extends React.Component {
109109
</label>
110110
</td>
111111
)}
112-
{extConf40.treeConfig && (
112+
{extConf40.showTreeConfig && (
113113
<td className="col-tree">
114114
<a className={`col-tree-level-${idx}`}>
115115
<i className="zmdi zmdi-chevron-right " />

0 commit comments

Comments
 (0)
Please sign in to comment.