Skip to content
Snippets Groups Projects
Commit 49d47242 authored by Thomas Bouquet's avatar Thomas Bouquet
Browse files

ll

parent 88816461
Branches
No related tags found
No related merge requests found
......@@ -29,11 +29,11 @@ function Submit (props) {
{
score: props.score,
equipe: props.equipe.value,
participant: props.participant.value
participant: 500//props.participant.value
})
axios.post('/api/admin/new_participant_with_id',
{
id: props.participant.value,
id: 500,//props.participant.value,
name: props.participant.label
})
.then(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment