diff --git a/src/components/views/CreateElection.jsx b/src/components/views/CreateElection.jsx index b4940dc..538b81d 100644 --- a/src/components/views/CreateElection.jsx +++ b/src/components/views/CreateElection.jsx @@ -344,7 +344,7 @@ class CreateElection extends Component { finish_at: finish.getTime() / 1000, select_language: locale, front_url: window.location.origin, - restrict_result: this.state.restrictResult + restrict_results: this.state.restrictResult }) }) .then(response => response.json()) @@ -893,4 +893,4 @@ class CreateElection extends Component { } } -export default withTranslation()(withRouter(CreateElection)); \ No newline at end of file +export default withTranslation()(withRouter(CreateElection));