added ui and its functionality for changing position of vehicles pickup-point and unloadPoint

This commit is contained in:
2025-04-30 11:32:13 +05:30
parent 9574d70b56
commit 4b87650528
4 changed files with 42 additions and 25 deletions

View File

@@ -190,7 +190,8 @@ function Vehicles() {
// }
]);
useEffect(() => {
console.log("vehicles", vehicles);
console.log('vehicles: ', vehicles);
}, [vehicles])
useEffect(() => {