mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
[SM-602] Fixing merge conflict, changing handleError to return ProjectView instead of deprecated ProjectPermissionDetailView (#5296)
This commit is contained in:
@@ -63,7 +63,7 @@ export class ProjectComponent implements OnInit, OnDestroy {
|
|||||||
handleError = () => {
|
handleError = () => {
|
||||||
const projectsListUrl = `/sm/${this.organizationId}/projects/`;
|
const projectsListUrl = `/sm/${this.organizationId}/projects/`;
|
||||||
this.router.navigate([projectsListUrl]);
|
this.router.navigate([projectsListUrl]);
|
||||||
return new ProjectPermissionDetailsView();
|
return new ProjectView();
|
||||||
};
|
};
|
||||||
|
|
||||||
ngOnDestroy(): void {
|
ngOnDestroy(): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user