Skip to content

Commit d8324b2

Browse files
authored
Change order of disabled property as requested.
1 parent d6481b4 commit d8324b2

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
@@ -114,5 +114,5 @@ Individual nodes within the `nodes` property can have the following structure:
114114
| `value` | mixed | **Required**. The node's value. |
115115
| `children` | array | An array of child nodes. |
116116
| `className` | string | A className to add to the node. |
117-
| `icon` | mixed | A custom icon for the node. |
118117
| `disabled` | bool | Disable node. |
118+
| `icon` | mixed | A custom icon for the node. |

0 commit comments

Comments
 (0)