summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-06-26 17:03:50 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-06-26 17:03:50 +0100
commit899d5f53dc2201ff2e735326d769e10e111f5bec (patch)
tree8e167a36686b4547b5d01b3bde0fada06a632ab5
parent55c704a585682c0ef7265fdb49f595e874fc4aeb (diff)
downloadgitlab-ce-12429-report.tar.gz
Removes EE differences12429-report
-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',