Skip to content

Commit

Permalink
fixed search juridiction dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rachana-egov committed Nov 11, 2024
1 parent 34bba7f commit 351d7f2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ const SearchJurisdiction = ({ boundaries, jurisdiction, onSubmit = () => { }, on
options={boundaryOptions}
selected={selectedBoundaries}
onSelect={(e) => {
// handleBoundarySelect(e)
}}
onClose={(e) => {
handleBoundarySelect(e)
}}
isSearchable={true}
Expand Down

0 comments on commit 351d7f2

Please sign in to comment.