Skip to content

Commit 7a76c7d

Browse files
committed
Improve safety dialog closure
1 parent c21ac6a commit 7a76c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alcs-frontend/src/app/features/compliance-and-enforcement/details/complaint-referral/complaint-referral.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class ComplaintReferralComponent implements OnInit, OnDestroy {
118118
service: this.submitterService,
119119
},
120120
})
121-
.beforeClosed()
121+
.afterClosed()
122122
.subscribe(async (saveSuccessful) => {
123123
if (saveSuccessful) {
124124
if (this.fileNumber) {

0 commit comments

Comments
 (0)