Skip to content

Commit

Permalink
prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
gassc committed Feb 14, 2023
1 parent dc13866 commit 3d9c6fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/sidebar/geomPicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
Tabs,
Tab
} from 'react-bootstrap'
import {keys} from 'lodash-es';

import Select from 'react-select';

Expand Down Expand Up @@ -147,6 +148,7 @@ class GeodataPicker extends React.Component {
<Row noGutters>
<Col md={12}>
<Select
placeholder="Select radar pixels by basin, municipality, or watershed"
isMulti
// value={this.props.selectedBasin}
onChange={this.props.handleSelectGeography}
Expand Down

0 comments on commit 3d9c6fa

Please sign in to comment.