From 3bf786ae8ddbe40722091992aeca9eb53ea04456 Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Fri, 7 Jun 2024 13:55:34 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8D=BC=EB=B8=94=20=EC=97=85=EB=8E=83=20(?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/admin/config/baseCode/ChildCodeDiv.jsx | 4 ++-- .../src/pages/admin/config/baseCode/ParentCodeDiv.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}){ - +
); }