summaryrefslogtreecommitdiff
path: root/components/vendor-data-plant/sidebar.tsx
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-01 19:13:02 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-01 19:13:02 +0900
commit3a76ebfa18df15096ac21d10bf46f85b4d1e45e2 (patch)
tree6a46d6e03850cc1350d4cea1bc4fba8708398871 /components/vendor-data-plant/sidebar.tsx
parent7b19153fb26443a28265166176c449d97ba67dfc (diff)
(대표님) VDI 작업사항 반영
Diffstat (limited to 'components/vendor-data-plant/sidebar.tsx')
-rw-r--r--components/vendor-data-plant/sidebar.tsx1
1 files changed, 1 insertions, 0 deletions
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) {