const error fix
Some checks failed
Build and test backend / Build-backend (push) Successful in 2m39s
deploy to production / deploy-frontend (push) Successful in 27s
deploy to production / deploy-backend (push) Failing after 2m8s
Build and test FrontEnd / Build-frontend (push) Successful in 25s

This error seems to be there for quite some times. for some reason I
haven't seen it at all. I tried to bisect it and couldn't find the
origin so I just fix it in this commit
This commit is contained in:
Debucquoy Anthony 2024-04-19 18:04:21 +02:00
parent 70a8e98a0e
commit 10c1c6096d
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

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