diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/config/baseCode/ChildCodeDiv.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/config/baseCode/ChildCodeDiv.jsx index e86edcb..88c3fa7 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/config/baseCode/ChildCodeDiv.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/config/baseCode/ChildCodeDiv.jsx @@ -125,7 +125,7 @@ function ChildCodeDiv({}, ref){ } return ( - +
코드 @@ -152,7 +152,7 @@ function ChildCodeDiv({}, ref){ 코드 그룹을 선택해주세요. )} - +
); } diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/config/baseCode/ParentCodeDiv.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/config/baseCode/ParentCodeDiv.jsx index 47cb746..2a8b9aa 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/config/baseCode/ParentCodeDiv.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/config/baseCode/ParentCodeDiv.jsx @@ -129,7 +129,7 @@ function ParentCodeDiv({getCodeItem}){ } return ( - +
코드그룹 코드그룹명 @@ -146,7 +146,7 @@ function ParentCodeDiv({getCodeItem}){ - +
); }