Autounload on train arrival

This commit is contained in:
hagiye
2026-06-26 12:17:31 +03:00
parent 73de29f7c5
commit 75d4c9b7c1
11 changed files with 127 additions and 23 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 '@/constants/apiConfig';
import { API_BASE_URL } from "@/pages/fleet/config/vehicles";
interface Cargo {
id: string;