Skip to content

Commit

Permalink
Merge pull request #3823 from pbnjcub/bugfix/wv-153
Browse files Browse the repository at this point in the history
fixed state drop down menu wv-153 MERGE READY
  • Loading branch information
DaleMcGrew authored Feb 7, 2024
2 parents 18a3012 + 221627a commit e1feac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Ballot/SelectBallotModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class SelectBallotModal extends Component {
</ToggleGroup>
<StateDropDownCore
stateCodesToDisplay={[]}
handleChooseStateChange={this.handleChooseStateChange}
onStateDropDownChange={this.handleChooseStateChange}
stateCodesHtml=""
selectedState={this.state.selectedState}
dialogLabel="Which State?"
Expand Down

0 comments on commit e1feac0

Please sign in to comment.