Skip to content

Commit

Permalink
fix(iam): fix application tracking constants
Browse files Browse the repository at this point in the history
ref: MANAGER-15410

Signed-off-by: Romain Jamet <[email protected]>
  • Loading branch information
Romain Jamet committed Nov 14, 2024
1 parent c8cb9a1 commit 0f04b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/manager/modules/iam/src/iam.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ const TAG = {

// List of applications - banners
APPLICATIONS__DELETE_APPLICATION_CONFIRM_BANNER__ERROR:
'iam::applications::delete-application-confirm-banner::error',
'dedicated::account::iam::applications::delete-application::confirm-banner::error',
APPLICATIONS__DELETE_APPLICATION_CONFIRM_BANNER__SUCCESS:
'iam::applications::delete-application-confirm-banner::success',
'dedicated::account::iam::applications::delete-application::confirm-banner::success',

// Commons
ADD_ACTION_MANUALLY_SUCCESS: 'add-manually-success',
Expand Down

0 comments on commit 0f04b8a

Please sign in to comment.