Skip to content

Commit 7c058ac

Browse files
committed
removed app type
1 parent 51ea58f commit 7c058ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Common/CustomTagSelector/Types.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ export interface TagErrorType {
3838
isValid: boolean
3939
messages: string[]
4040
}
41-
42-
export enum APP_TYPE {
43-
HELM_CHART = 'helm-chart',
44-
DEVTRON_APPS = 'app',
45-
JOB = 'job',
46-
}
47-
4841
export interface TagLabelSelectType {
4942
isCreateApp?: boolean
5043
labelTags: TagType[]

0 commit comments

Comments
 (0)