add an s to restrict_result

pull/73/head
guhur 3 years ago committed by GitHub
parent bfa3d9c6b9
commit 2fba1f7405

@ -344,7 +344,7 @@ class CreateElection extends Component {
finish_at: finish.getTime() / 1000, finish_at: finish.getTime() / 1000,
select_language: locale, select_language: locale,
front_url: window.location.origin, front_url: window.location.origin,
restrict_result: this.state.restrictResult restrict_results: this.state.restrictResult
}) })
}) })
.then(response => response.json()) .then(response => response.json())
@ -893,4 +893,4 @@ class CreateElection extends Component {
} }
} }
export default withTranslation()(withRouter(CreateElection)); export default withTranslation()(withRouter(CreateElection));

Loading…
Cancel
Save