add an s to restrict_result

pull/66/head v1.1
guhur 3 years ago committed by GitHub
parent c9d7bc5114
commit 311d99b12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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