feat: [AH-2370]: remove beta label from dart package type (#4800)
* ab0eb1 feat: [AH-2370]: remove beta label from dart package type
This commit is contained in:
parent
275e24e19d
commit
bd0bf797e1
|
|
@ -118,7 +118,6 @@ const RepositoryTypes: RepositoryTypeListItem[] = [
|
|||
label: 'repositoryTypes.dart',
|
||||
value: RepositoryPackageType.DART,
|
||||
icon: 'dart-icon',
|
||||
tag: ThumbnailTagEnum.Beta,
|
||||
parent: Parent.Enterprise
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -119,7 +119,6 @@ export const UpstreamProxyPackageTypeList: UpstreamRepositoryPackageTypeListItem
|
|||
label: 'repositoryTypes.dart',
|
||||
value: UpstreamProxyPackageType.DART,
|
||||
icon: 'dart-icon',
|
||||
tag: ThumbnailTagEnum.Beta,
|
||||
parent: Parent.Enterprise
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue