Skip to content

Commit feca14a

Browse files
authored
Merge pull request #426 from devtron-labs/chore/misc-enhancements
chore: misc enhancements
2 parents bd6ecae + c4ca167 commit feca14a

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.1.6",
3+
"version": "1.1.7",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export interface customEnv {
8888
FEATURE_PROMO_EMBEDDED_MODAL_TITLE?: string
8989
FEATURE_PROMO_EMBEDDED_IFRAME_URL?: string
9090
FEATURE_BULK_RESTART_WORKLOADS_FROM_RB: string
91+
FEATURE_DEFAULT_LANDING_RB_ENABLE?: boolean
9192
}
9293
declare global {
9394
interface Window {

0 commit comments

Comments
 (0)