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

tes formulaire

parent 07336178
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,12 @@ function Submit (props) {
{
score: props.score,
equipe: props.equipe.value,
participant: 100//props.participant.value
participant: props.participant.value
})
.then(() => {
axios.post('/api/admin/new_participant_with_id',
{
id: 100,//props.participant.value,
id: 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