Skip to content

Commit 49df6e0

Browse files
committed
Fix icons in FilterExample
1 parent 2cb172b commit 49df6e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/src/js/FilterExample.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ class FilterExample extends React.Component {
172172
<CheckboxTree
173173
checked={checked}
174174
expanded={expanded}
175+
iconsClass="fa5"
175176
nodes={nodesFiltered}
176177
onCheck={this.onCheck}
177178
onExpand={this.onExpand}

0 commit comments

Comments
 (0)