diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-01 19:13:02 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-01 19:13:02 +0900 |
| commit | 3a76ebfa18df15096ac21d10bf46f85b4d1e45e2 (patch) | |
| tree | 6a46d6e03850cc1350d4cea1bc4fba8708398871 /components/vendor-data-plant/sidebar.tsx | |
| parent | 7b19153fb26443a28265166176c449d97ba67dfc (diff) | |
(대표님) VDI 작업사항 반영
Diffstat (limited to 'components/vendor-data-plant/sidebar.tsx')
| -rw-r--r-- | components/vendor-data-plant/sidebar.tsx | 1 |
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) { |
