Skip to content

Commit 09882dc

Browse files
committed
Merge branch 'close-on-select' of github.com:12rambau/dash into close-on-select
2 parents a4caaf1 + 2a5ff97 commit 09882dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/src/fragments/Dropdown.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const RDProps = [
3333
'maxHeight',
3434
'style',
3535
'className',
36-
'closeMenuOnSelect'
36+
'closeMenuOnSelect',
3737
];
3838

3939
const Dropdown = props => {

0 commit comments

Comments
 (0)