From 3a76ebfa18df15096ac21d10bf46f85b4d1e45e2 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Mon, 1 Dec 2025 19:13:02 +0900 Subject: (대표님) VDI 작업사항 반영 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/vendor-data-plant/sidebar.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'components/vendor-data-plant/sidebar.tsx') diff --git a/components/vendor-data-plant/sidebar.tsx b/components/vendor-data-plant/sidebar.tsx index b746e69d..ca88abb0 100644 --- a/components/vendor-data-plant/sidebar.tsx +++ b/components/vendor-data-plant/sidebar.tsx @@ -46,6 +46,7 @@ export function Sidebar({ const [isLoadingEngineering, setIsLoadingEngineering] = React.useState(false) const [isLoadingIM, setIsLoadingIM] = React.useState(false) + // Engineering 폼 로드 React.useEffect(() => { if (!selectedPackageCode || !projectCode) { -- cgit v1.2.3