Leo/InscriptionDesEtudiants #164

Merged
LeoMoulin merged 5 commits from Leo/InscriptionDesEtudiants into master 2024-04-20 21:21:14 +02:00
Showing only changes of commit 9e45e6a9c9 - Show all commits

View File

@ -17,7 +17,7 @@
const editElementID = ref("") const editElementID = ref("")
function editItem(id){ function editItem(id){
editElementID = id; editElementID.value = id;
} }
//Juste pour montrer le Create Mode //Juste pour montrer le Create Mode