Skip to content

Commit

Permalink
Registration Success Dialog for MHR only (#1625)
Browse files Browse the repository at this point in the history
* Remove Success Reg Dialog from PPR
  • Loading branch information
dimak1 authored Nov 20, 2023
1 parent 4919e4d commit 92c6c62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ppr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppr-ui",
"version": "2.1.21",
"version": "2.1.22",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/RegistrationsWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ export default defineComponent({
// check if success registration dialog for Manufacturers is permanently hidden (via user settings)
localState.manufacturerRegSuccessDialogDisplay =
!localState.dialogPermanentlyHidden && !isRoleStaffReg.value && !localState.hideSuccessDialog
!localState.dialogPermanentlyHidden && !isRoleStaffReg.value && !localState.hideSuccessDialog && props.isMhr
// trigger snackbar
context.emit('snackBarMsg', 'Registration was successfully added to your table.')
Expand Down

0 comments on commit 92c6c62

Please sign in to comment.