Commit fec08cfe authored by mfluharty's avatar mfluharty

Fix browser performance widget

Widget was moved to its own file in when tracking event was added
but the componentNames import was not copied properly
parent a0842664
<script>
import { once } from 'lodash';
import { componentNames } from '~/reports/components/issue_body';
import { componentNames } from 'ee/reports/components/issue_body';
import ReportSection from '~/reports/components/report_section.vue';
import glFeatureFlagsMixin from '~/vue_shared/mixins/gl_feature_flags_mixin';
import api from '~/api';
......
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