Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Nov 7, 2019
1 parent f2bce56 commit d7ff499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mda_viewer/components/ConnectionsEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ DisciplineSelector.propTypes = {
label: PropTypes.string.isRequired,
selected: PropTypes.string,
};
DisciplineSelector.defaultProps = { selected: undefined };
DisciplineSelector.defaultProps = { selected: '' };
class ConnectionList extends React.PureComponent {
render() {
const {
Expand Down

0 comments on commit d7ff499

Please sign in to comment.