From 3dcb948481e587484b991812ec289aa9659a6660 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 30 11월 2021 10:23:19 +0900
Subject: [PATCH] 프로젝트 사용기간 오류 수정

---
 src/main/webapp/scripts/main.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/scripts/main.js b/src/main/webapp/scripts/main.js
index 4e22f59..da87d90 100644
--- a/src/main/webapp/scripts/main.js
+++ b/src/main/webapp/scripts/main.js
@@ -523,6 +523,7 @@
     'authService',
     'userInviteService',
     'projectService',
+    'customFieldService',
     'loginRoute',
     'projectRoute',
     'issueStatusRoute',

--
Gitblit v1.8.0