mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
[SM-602] Fixing merge conflict, changing handleError to return ProjectView instead of deprecated ProjectPermissionDetailView (#5296)
This commit is contained in:
parent
ad40d508e8
commit
9ae4bdfef3
@ -63,7 +63,7 @@ export class ProjectComponent implements OnInit, OnDestroy {
|
||||
handleError = () => {
|
||||
const projectsListUrl = `/sm/${this.organizationId}/projects/`;
|
||||
this.router.navigate([projectsListUrl]);
|
||||
return new ProjectPermissionDetailsView();
|
||||
return new ProjectView();
|
||||
};
|
||||
|
||||
ngOnDestroy(): void {
|
||||
|
Loading…
Reference in New Issue
Block a user