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

console

parent bf827897
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ function Submit (props) {
{
score: props.score,
equipe: props.equipe.value,
participant: props.participant.value
participant: 17
})
.then(() => {
alert("Score ajouté");
......@@ -39,7 +39,7 @@ function Submit (props) {
console.log(error);
}).then(AddParticipantIfNotExists(
{
id: props.nom.value,
id: 17,
name: props.nom.label
}
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment