summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-06-27 15:00:12 +0000
committerPhil Hughes <me@iamphill.com>2019-06-27 15:00:12 +0000
commitdb6a6d29c05918f8301bf861bc16e757782ce7c9 (patch)
tree9a0e1007fba5a7db8e9ad60840d458fe8a422fc2
parentaa814403a9502358fbe4d6aec71d6e4f68d2acb9 (diff)
parent899d5f53dc2201ff2e735326d769e10e111f5bec (diff)
downloadgitlab-ce-db6a6d29c05918f8301bf861bc16e757782ce7c9.tar.gz
Merge branch '12429-report' into 'master'
Removes EE differences for app/assets/javascripts/reports/components/report_item.vue Closes gitlab-ee#12429 See merge request gitlab-org/gitlab-ce!30092
-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',