Skip to content

Commit 68d3cbd

Browse files
committed
Merge branch 'fix/app-template-1' of github.com:devtron-labs/devtron-fe-common-lib into feature/application-template
2 parents c3aa2db + f22bfe7 commit 68d3cbd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.6.0-patch-1-beta-1",
3+
"version": "1.6.0-patch-1-beta-2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Pages/Applications/DevtronApps/Details/AppConfigurations/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export enum GetTemplateAPIRouteType {
8181
CI_PIPELINE = 'ci-pipeline',
8282
CD_PIPELINE = 'cd-pipeline',
8383
CONFIG_STRATEGY = 'config/strategy',
84+
CHART_REF = 'chartref',
8485
}
8586

8687
export interface GetTemplateAPIRouteProps {

0 commit comments

Comments
 (0)