Commit db6a6d29 authored by Phil Hughes's avatar Phil Hughes

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
parents aa814403 899d5f53
<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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment