Commit 2ff20c6d authored by Jannik Lehmann's avatar Jannik Lehmann

Replace GlDeprecatedBadge in license_compliance/components/app

parent e345840a
......@@ -7,7 +7,7 @@ import {
GlIcon,
GlTab,
GlTabs,
GlDeprecatedBadge as GlBadge,
GlBadge,
GlAlert,
} from '@gitlab/ui';
import { LICENSE_MANAGEMENT } from 'ee/vue_shared/license_compliance/store/constants';
......@@ -135,7 +135,7 @@ export default {
<gl-tab data-testid="licensesTab">
<template #title>
<span data-testid="licensesTabTitle">{{ s__('Licenses|Detected in Project') }}</span>
<gl-badge pill>{{ licenseCount }}</gl-badge>
<gl-badge>{{ licenseCount }}</gl-badge>
</template>
<detected-licenses-table />
......@@ -146,7 +146,7 @@ export default {
<span data-qa-selector="policies_tab" data-testid="policiesTabTitle">{{
s__('Licenses|Policies')
}}</span>
<gl-badge pill>{{ policyCount }}</gl-badge>
<gl-badge>{{ policyCount }}</gl-badge>
</template>
<license-management />
......
......@@ -8,7 +8,7 @@ import {
GlTab,
GlTabs,
GlAlert,
GlDeprecatedBadge as GlBadge,
GlBadge,
} from '@gitlab/ui';
import { TEST_HOST } from 'helpers/test_constants';
import setWindowLocation from 'helpers/set_window_location_helper';
......
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