diff --git a/dmp-frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.ts b/dmp-frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.ts index bf23df2bf..bfd62582d 100644 --- a/dmp-frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.ts +++ b/dmp-frontend/src/app/ui/admin/tenant/editor/tenant-editor.component.ts @@ -130,8 +130,6 @@ export class TenantEditorComponent extends BaseEditor if (id === null) { route.push('../..'); - } else if (this.isNew) { - route.push('../' + id); } else { route.push('..'); }