Files
edr-platform/apps/edr-freight-web/backoffice/src/pages
natib21 8e0cc7d5ee fix: vehicles data extraction in maintenance + financial pages
Both MaintenancePage and FinancialReportsPage were calling
vehiclesService.getAll() but not extracting res.data property.
Result was vehicles being undefined, causing .map error.

Fixed to match FuelPurchasePage pattern:
  const res = await vehiclesService.getAll()
  return res.data || []

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-06-30 13:10:47 +00:00
..
2026-06-23 15:02:25 +03:00
fix
2026-06-29 15:09:34 +00:00
2026-06-29 12:45:40 +03:00
2026-06-29 12:45:40 +03:00
2026-06-23 15:02:25 +03:00
2026-06-23 15:02:25 +03:00