Skip to content

Commit

Permalink
retrigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Mar 25, 2024
1 parent ff00a1a commit 8d4dce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/user/user-delete.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ export class UserDeletePopupComponent implements OnInit, OnDestroy {
})
this.ngbModalRef.componentInstance.user = user
this.ngbModalRef.result.then(
(result) => {
() => {
this.router.navigate(['/users', { outlets: { popup: null } }])
this.ngbModalRef = undefined
},
(reason) => {
() => {
this.router.navigate(['/users', { outlets: { popup: null } }])
this.ngbModalRef = undefined
}
Expand Down

0 comments on commit 8d4dce3

Please sign in to comment.