File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments