diff --git a/scm-ui/src/changesets/components/DropDown.js b/scm-ui/src/changesets/components/DropDown.js index c045df4af4..d7494d2576 100644 --- a/scm-ui/src/changesets/components/DropDown.js +++ b/scm-ui/src/changesets/components/DropDown.js @@ -11,13 +11,15 @@ type Props = { class DropDown extends React.Component { render() { const {options, preselectedOption} = this.props; - return + {options.map(option => { return })} + } change = (event) => {