From 03d129c32c27c7a1fa52814842b9f58d18a02d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Thu, 5 Mar 2026 11:01:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[outbound]=20=EC=B6=9C=ED=95=98=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EC=BA=98=EB=A6=B0=EB=8D=94=20=EA=B8=B0=EB=B3=B8=20?= =?UTF-8?q?=EB=B7=B0=20week-time=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/outbound/ShipmentManagement/ShipmentList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/outbound/ShipmentManagement/ShipmentList.tsx b/src/components/outbound/ShipmentManagement/ShipmentList.tsx index 64289926..399a66bc 100644 --- a/src/components/outbound/ShipmentManagement/ShipmentList.tsx +++ b/src/components/outbound/ShipmentManagement/ShipmentList.tsx @@ -71,7 +71,7 @@ export function ShipmentList() { // ===== 캘린더 상태 ===== const [calendarDate, setCalendarDate] = useState(new Date()); - const [scheduleView, setScheduleView] = useState('day-time'); + const [scheduleView, setScheduleView] = useState('week-time'); const [shipmentData, setShipmentData] = useState([]); // startDate 변경 시 캘린더 월 자동 이동