feat(frontend): add configuration and confirm dialog components #10
Annotations
4 warnings
|
lint:
frontend/src/components/vehicles/VehicleManagement.tsx#L69
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
|
|
lint:
frontend/src/components/trips/TripManagement.tsx#L91
React Hook useEffect has a missing dependency: 'fetchTrips'. Either include it or remove the dependency array
|
|
lint:
frontend/src/components/trips/TripForm.tsx#L74
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
|
|
lint:
frontend/src/components/trips/TripDetailsDrawer.tsx#L103
React Hook useEffect has a missing dependency: 'fetchTripDetails'. Either include it or remove the dependency array
|