Skip to content

Commit c238bb8

Browse files
committed
Those are not airports...
1 parent 21e36ee commit c238bb8

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

examples/dist/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9874,7 +9874,6 @@ var BasicExample = function (_React$Component) {
98749874
return _react2.default.createElement(_Tree2.default, {
98759875
checked: checked,
98769876
expanded: expanded,
9877-
name: 'airports',
98789877
nodes: nodes,
98799878
onCheck: this.onCheck,
98809879
onExpand: this.onExpand
@@ -10015,7 +10014,6 @@ var PessimisticToggleExample = function (_React$Component) {
1001510014
return _react2.default.createElement(_Tree2.default, {
1001610015
checked: checked,
1001710016
expanded: expanded,
10018-
name: 'airports',
1001910017
nodes: nodes,
1002010018
optimisticToggle: false,
1002110019
onCheck: this.onCheck,

examples/src/js/BasicExample.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class BasicExample extends React.Component {
117117
<Tree
118118
checked={checked}
119119
expanded={expanded}
120-
name="airports"
121120
nodes={nodes}
122121
onCheck={this.onCheck}
123122
onExpand={this.onExpand}

examples/src/js/PessimisticToggleExample.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class PessimisticToggleExample extends React.Component {
117117
<Tree
118118
checked={checked}
119119
expanded={expanded}
120-
name="airports"
121120
nodes={nodes}
122121
optimisticToggle={false}
123122
onCheck={this.onCheck}

0 commit comments

Comments
 (0)