Skip to content

Commit 5b76362

Browse files
toofffmrchief
authored andcommitted
docs: Fix var name (#68) 📚
1 parent 0773b66 commit 5b76362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ import React from 'react'
101101
import ReactDOM from 'react-dom'
102102
import DropdownTreeSelect from 'react-dropdown-tree-select'
103103

104-
const tree = {
104+
const data = {
105105
label: 'search me',
106106
value: 'searchme',
107107
children: [

0 commit comments

Comments
 (0)