Commit 824772c1 authored by nuwe1's avatar nuwe1

Updated changelog and apply suggestions to file

parent ba5719a7
---
title: Replace-GlDeprecatedDropdown-with-GlDropdown-in-ee/app/assets/javascripts/insights/components/insights.vue
title: Replace `GlDeprecatedDropdown` with `GlDropdown` in `ee/app/assets/javascripts/insights/components/insights.vue`
merge_request: 41442
author: nuwe1
type: other
<script>
import { mapActions, mapState } from 'vuex';
import {
GlAlert,
GlDropdown,
GlDropdownItem,
GlEmptyState,
GlLoadingIcon,
} from '@gitlab/ui';
import { GlAlert, GlDropdown, GlDropdownItem, GlEmptyState, GlLoadingIcon } from '@gitlab/ui';
import { EMPTY_STATE_TITLE, EMPTY_STATE_DESCRIPTION, EMPTY_STATE_SVG_PATH } from '../constants';
import InsightsPage from './insights_page.vue';
......
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