diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx index 60fbceb..e74e151 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -1251,7 +1251,7 @@ const [shipmentPlatforms, setShipmentPlatforms] = useState([ let shipmentInfo = localStorage.getItem('shipmentInfo'); if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo); return { - shipmentPlatform: 'uniuni', + shipmentPlatform: 'freightwaves', ...data, // payment_method_id: shipmentInfo?.payment_method_id, stockPointId: shipmentInfo?.stockPointId,