1
0
forked from PGL/Clyde

const error fix

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 untrusted user: 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