Skip to content

Commit

Permalink
chore: add deployed type in cd materials
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekA1509 committed Oct 30, 2023
1 parent e70828b commit 8e7dcbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtron-labs/devtron-fe-common-lib",
"version": "0.0.33-beta-8",
"version": "0.0.33-beta-9",
"description": "Supporting common component library",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/Common/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ export interface CDMaterialType {
appliedFilters?: FilterConditionsListType[]
appliedFiltersState?: FilterStates
createdTime?: string
deployed?: boolean
}

export enum CDMaterialServiceEnum {
Expand Down

0 comments on commit 8e7dcbf

Please sign in to comment.