From 1cc04f2168129f691eb017153b11b08ab83d9cbd Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 화, 14 12월 2021 15:43:28 +0900
Subject: [PATCH] 이슈 Tree 목록 중복 이슈 필터링 수정

---
 src/main/webapp/views/common/sidebar.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/common/sidebar.html b/src/main/webapp/views/common/sidebar.html
index 35ae2eb..bd62f4c 100644
--- a/src/main/webapp/views/common/sidebar.html
+++ b/src/main/webapp/views/common/sidebar.html
@@ -252,7 +252,7 @@
             <span>ISSUE LIST</span>
         </li>
 
-        <li ng-repeat="issueType in $root.workIssueTypes">
+        <li ng-repeat="issueType in $root.workIssueTypes" >
             <a class="cursor" tabindex="-1" ng-click="fn.changeIssueListMenu(issueType.id)">
                 <div class="icon-w">
                     <div class="os-icon os-icon-layout"></div>

--
Gitblit v1.8.0