Skip to content

Commit faf0b3a

Browse files
kamicutLanesGood
andauthored
Update src/pages/organizations/[id]/index.js
Co-authored-by: Lane Goodman <lane@developmentseed.org>
1 parent 3685817 commit faf0b3a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/pages/organizations/[id]/index.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,25 @@ class Organization extends Component {
315315
}}
316316
onBoundsChange={this.onMapBoundsChange.bind(this)}
317317
/>
318+
<Checkbox
319+
border={'2px'}
320+
marginTop={'-5rem'}
321+
marginLeft={'1rem'}
322+
position='absolute'
323+
zIndex='2000'
324+
borderColor='brand.600'
325+
p={2}
326+
bg='white'
327+
name='map-bounds-filter'
328+
id='map-bounds-filter'
329+
type='checkbox'
330+
colorScheme={'brand'}
331+
isChecked={searchOnMapMove}
332+
onChange={(e) => this.setSearchOnMapMove(e)}
333+
>
334+
Filter teams by map
335+
</Checkbox>
336+
</>
318337
)
319338
}
320339

0 commit comments

Comments
 (0)