redirect to listing on new-tenant save

This commit is contained in:
Sofia Papacharalampous 2024-05-22 13:44:02 +03:00
parent bc6cd2e1ca
commit 891d01796b
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@ export class TenantEditorComponent extends BaseEditor<TenantEditorModel, Tenant>
if (id === null) {
route.push('../..');
} else if (this.isNew) {
route.push('../' + id);
} else {
route.push('..');
}