inspection status column fix

This commit is contained in:
hagiye
2026-06-26 13:20:26 +03:00
parent 0556ca7966
commit 4efef9bab3
7 changed files with 47 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ import { Input } from '@/components/ui/input';
import { Label } from '@/components/ui/label';
import { Textarea } from '@/components/ui/textarea';
import { Loader2 } from 'lucide-react';
import { API_BASE_URL } from "@/pages/fleet/config/vehicles";
import { API_BASE_URL } from "@/constants/apiConfig";
interface Cargo {
id: string;

View File

@@ -181,7 +181,7 @@ export function WarehouseTable({ warehouses, onView, onEdit }: WarehouseTablePro
</ActionIcon>
</Group>
),
},
},
];
return (