Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-06-26 19:03:50 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-06-26 19:03:50 +0300
commit899d5f53dc2201ff2e735326d769e10e111f5bec (patch)
tree8e167a36686b4547b5d01b3bde0fada06a632ab5 /app/assets/javascripts/reports
parent55c704a585682c0ef7265fdb49f595e874fc4aeb (diff)
Removes EE differences
Diffstat (limited to 'app/assets/javascripts/reports')
-rw-r--r--app/assets/javascripts/reports/components/report_item.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/reports/components/report_item.vue b/app/assets/javascripts/reports/components/report_item.vue
index 01a30809e1a..2be9c37b00a 100644
--- a/app/assets/javascripts/reports/components/report_item.vue
+++ b/app/assets/javascripts/reports/components/report_item.vue
@@ -1,6 +1,6 @@
<script>
import IssueStatusIcon from '~/reports/components/issue_status_icon.vue';
-import { components, componentNames } from '~/reports/components/issue_body';
+import { components, componentNames } from 'ee_else_ce/reports/components/issue_body';
export default {
name: 'ReportItem',