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:
		| @ -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 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user