Commit 8e323b81 authored by Clement Ho's avatar Clement Ho

Merge branch '8338-transient-failure-of-issues_analytics_spec-js' into 'master'

Fix missing registration of GlLoadingIcon in IssueAnalytics component

Closes #8338

See merge request gitlab-org/gitlab-ee!8304
parents ca95e6f7 9e3bfd9d
<script> <script>
import { mapGetters, mapActions, mapState } from 'vuex'; import { mapGetters, mapActions, mapState } from 'vuex';
import Chart from 'chart.js'; import Chart from 'chart.js';
import { GlLoadingIcon } from '@gitlab-org/gitlab-ui';
import bp from '~/breakpoints'; import bp from '~/breakpoints';
import { getMonthNames } from '~/lib/utils/datetime_utility'; import { getMonthNames } from '~/lib/utils/datetime_utility';
import EmptyState from './empty_state.vue'; import EmptyState from './empty_state.vue';
...@@ -9,6 +10,7 @@ import { CHART_OPTNS, CHART_COLORS } from '../constants'; ...@@ -9,6 +10,7 @@ import { CHART_OPTNS, CHART_COLORS } from '../constants';
export default { export default {
components: { components: {
EmptyState, EmptyState,
GlLoadingIcon,
}, },
props: { props: {
endpoint: { endpoint: {
......
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