File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"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 " ,
8
8
"@rjsf/core" : " ^5.13.3" ,
9
9
"@rjsf/utils" : " ^5.13.3" ,
10
10
"@rjsf/validator-ajv8" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export default function App() {
92
92
const redirectToDirectApprovalNotification = ( ) : void => {
93
93
setValidating ( false )
94
94
if ( location . pathname && location . pathname . includes ( 'deployment' ) ) {
95
- setApprovalType ( APPROVAL_MODAL_TYPE . IMAGE )
95
+ setApprovalType ( APPROVAL_MODAL_TYPE . DEPLOYMENT )
96
96
} else {
97
97
setApprovalType ( APPROVAL_MODAL_TYPE . CONFIG )
98
98
}
You can’t perform that action at this time.
0 commit comments