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*/}
{/**/}
-
+
- {/**/}
+