feat : ajout d'une page de creation d'une expedition
This commit is contained in:
@@ -9,7 +9,7 @@ export type ShipmentTypeListResponse =
|
||||
export async function getShipmentTypeList(): Promise<ShipmentTypeData[]> {
|
||||
const api = useApi()
|
||||
const response = await api.get<ShipmentTypeListResponse>('shipment_types', {}, {
|
||||
toastErrorKey: 'errors.shipment_type.list'
|
||||
toastErrorKey: 'errors.shipmentType.list'
|
||||
})
|
||||
|
||||
if (Array.isArray(response)) {
|
||||
|
||||
Reference in New Issue
Block a user