Commit 9e3bfd9d authored by Luke Bennett's avatar Luke Bennett

Fix missing registration of GlLoadingIcon in IssueAnalytics component

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