Skip to content

Commit b08724f

Browse files
authored
props is directly pass from constProps
1 parent 09882dc commit b08724f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const Dropdown = props => {
4747
style,
4848
loading_state,
4949
value,
50-
closeMenuOnSelect,
5150
} = props;
5251
const [optionsCheck, setOptionsCheck] = useState(null);
5352
const persistentOptions = useRef(null);

0 commit comments

Comments
 (0)