master #162

Merged
LeoMoulin merged 2 commits from master into Leo/InscriptionDesEtudiants 2024-04-19 20:40:59 +02:00
Showing only changes of commit 10c1c6096d - 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