summaryrefslogtreecommitdiff
path: root/components/vendor-data-plant/sidebar.tsx
diff options
context:
space:
mode:
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) {