Skip to content

Commit 68a612f

Browse files
committed
change constant for image
1 parent 22a6e4f commit 68a612f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "0.0.48-beta-9",
7+
"@devtron-labs/devtron-fe-common-lib": "0.0.51-beta-3",
88
"@rjsf/core": "^5.13.3",
99
"@rjsf/utils": "^5.13.3",
1010
"@rjsf/validator-ajv8": "^5.13.3",

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function App() {
9292
const redirectToDirectApprovalNotification = (): void => {
9393
setValidating(false)
9494
if (location.pathname && location.pathname.includes('deployment')) {
95-
setApprovalType(APPROVAL_MODAL_TYPE.IMAGE)
95+
setApprovalType(APPROVAL_MODAL_TYPE.DEPLOYMENT)
9696
} else {
9797
setApprovalType(APPROVAL_MODAL_TYPE.CONFIG)
9898
}

0 commit comments

Comments
 (0)