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

Fix missing registration of GlLoadingIcon in IssueAnalytics component

parent d8dcd0c2
<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