Skip to content

Commit

Permalink
fix: show confirm dialog on seller approver approve action (CXSPA-510…
Browse files Browse the repository at this point in the history
…7) (#17998)
  • Loading branch information
Uli-Tiger authored Oct 24, 2023
1 parent 501cb96 commit 289aa0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ const defaultDialogMappings: ConfirmActionDialogMappingConfig = {
},
},
SELLERAPPROVER: {
SUBMIT: {
i18nKeyPrefix: 'quote.actions.confirmDialog.sellerapprover.submit',
APPROVE: {
i18nKeyPrefix: 'quote.actions.confirmDialog.sellerapprover.approve',
...defaultConfirmActionDialogConfig,
},
REJECT: {
Expand Down

0 comments on commit 289aa0f

Please sign in to comment.