Skip to content

Commit 7091799

Browse files
committed
Fix default iconsClass value for Font Awesome
1 parent 8fe420a commit 7091799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/CheckboxTree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class CheckboxTree extends React.Component {
6060
parentOpen: <span className="rct-icon rct-icon-parent-open" />,
6161
leaf: <span className="rct-icon rct-icon-leaf" />,
6262
},
63-
iconsClass: 'default',
63+
iconsClass: 'fa4',
6464
id: null,
6565
lang: {
6666
collapseAll: 'Collapse all',

0 commit comments

Comments
 (0)