fix bug change selector data
This commit is contained in:
@@ -9,7 +9,7 @@ function PlaceVisit({ locateVisit, setLocateVisit, isError }) {
|
||||
{ label: "درمانگاه مرکزی", id: 30 },
|
||||
];
|
||||
|
||||
const updateData = (event) => setLocateVisit(event.target.innerText);
|
||||
const updateData = (event) => setLocateVisit(event);
|
||||
|
||||
return (
|
||||
<div className="flex flex-col items-start gap-[19px] justify-start">
|
||||
|
||||
Reference in New Issue
Block a user