fix: state handler redirect, project sidenav default, nav (#3615)

This commit is contained in:
Max Peintner
2022-05-11 15:05:34 +02:00
committed by GitHub
parent 00e042ea44
commit 9291269075
4 changed files with 6 additions and 6 deletions

View File

@@ -78,6 +78,8 @@ export class OwnedProjectDetailComponent implements OnInit {
const { id } = params;
if (id) {
this.currentSetting = id;
} else {
this.currentSetting = 'general';
}
});
}