changed toast timer, redirect behavior in disptach, VehicleNames

This commit is contained in:
PxlLoewe
2025-06-06 15:05:50 -07:00
parent fa6321b808
commit b178167762
7 changed files with 70 additions and 44 deletions

View File

@@ -57,7 +57,7 @@ export const sendMissionAPI = async (
vehicleName,
}: {
stationId?: number;
vehicleName?: "ambulance" | "police" | "firebrigade";
vehicleName?: "RTW" | "POL" | "FW";
},
) => {
const respone = await serverApi.post<{