const error fix
Some checks failed
Some checks failed
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:
parent
70a8e98a0e
commit
10c1c6096d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user