Skip to content

Commit 4fd0685

Browse files
committed
Merge branch 'main' into feat/deployment-window-gc
2 parents 775ac4c + aa7eb0f commit 4fd0685

File tree

6 files changed

+4
-64
lines changed

6 files changed

+4
-64
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ src/Common/Hooks/UseWindowSize/UseWindowSize.tsx
4646
src/Common/ImageTags.tsx
4747
src/Common/InfoColorBar/InfoColourbar.tsx
4848
src/Common/Modals/Modal.tsx
49-
src/Common/Modals/OpaqueModal.tsx
5049
src/Common/Modals/VisibleModal.tsx
5150
src/Common/Modals/VisibleModal2.tsx
5251
src/Common/MultiSelectCustomization.tsx

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

src/Common/Modals/OpaqueModal.tsx

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/Common/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export * from './Helper'
2626
export * from './Progressing'
2727
export * from './Drawer/Drawer'
2828
export * from './Modals/Modal'
29-
export * from './Modals/OpaqueModal'
3029
export * from './Modals/VisibleModal'
3130
export * from './Modals/VisibleModal2'
3231
export { BreadCrumb, useBreadcrumb } from './BreadCrumb/BreadCrumb'

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export interface customEnv {
7171
ENABLE_RESOURCE_SCAN_V2?: boolean
7272
ENABLE_GITOPS_BITBUCKET_SOURCE: boolean
7373
HIDE_RESOURCE_WATCHER?: boolean
74+
ORGANIZATION_NAME: string
7475
}
7576
declare global {
7677
interface Window {

0 commit comments

Comments
 (0)