Skip to content

Commit d0a32ce

Browse files
committed
Update App.js
1 parent 110112a commit d0a32ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const App = () => {
1616
{ label: 'Option 3', value: 'option_3' },
1717
{ label: 'Option 4', value: 'option_4' },
1818
{
19-
title: 'group', type: 'group', emptyDataLabel:'No Group Option Found', childs: [
19+
title: 'group', type: 'group', emptyDataLabel: 'No Group Option Found', childs: [
2020
{ label: 'Option 5', value: 'option_5' },
2121
{ label: 'Option 6', value: 'option_6' }
2222
]

0 commit comments

Comments
 (0)