Commit cfc60cf6 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Kushal Pandya

Replace gl deprecated dropdown with gl dropdown in...

Replace gl deprecated dropdown with gl dropdown in app/assets/javascripts/pipelines/components/pipelines list/tokens/pipeline trigger author token.vue
parent 9e439fbe
......@@ -3,7 +3,7 @@ import {
GlFilteredSearchToken,
GlAvatar,
GlFilteredSearchSuggestion,
GlDeprecatedDropdownDivider,
GlDropdownDivider,
GlLoadingIcon,
} from '@gitlab/ui';
import { debounce } from 'lodash';
......@@ -21,7 +21,7 @@ export default {
GlFilteredSearchToken,
GlAvatar,
GlFilteredSearchSuggestion,
GlDeprecatedDropdownDivider,
GlDropdownDivider,
GlLoadingIcon,
},
props: {
......@@ -94,7 +94,7 @@ export default {
<gl-filtered-search-suggestion :value="$options.anyTriggerAuthor">{{
$options.anyTriggerAuthor
}}</gl-filtered-search-suggestion>
<gl-deprecated-dropdown-divider />
<gl-dropdown-divider />
<gl-loading-icon v-if="loading" />
<template v-else>
......
---
title: Replace-GlDeprecatedDropdown-with-GlDropdown-in-app/assets/javascripts/pipelines/components/pipelines_list/tokens/pipeline_trigger_author_token.vue
merge_request: 41424
author: nuwe1
type: other
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