From e3845c304b7f2fb3c78fa35cf450a1fcb5653d0c Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Wed, 28 Feb 2024 17:59:40 +0900 Subject: [PATCH] =?UTF-8?q?Dashboard=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/admin/schedule/EgovAdminScheduleList.jsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/schedule/EgovAdminScheduleList.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/schedule/EgovAdminScheduleList.jsx index ffa2f59..ad4e5d5 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/schedule/EgovAdminScheduleList.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/schedule/EgovAdminScheduleList.jsx @@ -50,7 +50,10 @@ function EgovAdminDashboard(props) { // } // const [countTag, setCountTag] = useState([]); - const [dashboardCnt, setDashboardCnt] = useState({ ConnMonthlyCount: [[0, 0.0, 0]] }); + const [dashboardCnt, setDashboardCnt] = useState({ + ConnMonthlyCount: [[0, 0.0, 0]], + DocuMonthlyCount: [[0, 0.0, 0]] + }); // const [item0, setItem0] = useState([]); const retrieveList = useCallback(() => { @@ -249,13 +252,13 @@ function EgovAdminDashboard(props) { {/* Dashboard*/} {/**/} - + - {/**/} +