mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 16:53:05 +00:00
fix: state handler redirect, project sidenav default, nav (#3615)
This commit is contained in:
@@ -78,6 +78,8 @@ export class OwnedProjectDetailComponent implements OnInit {
|
||||
const { id } = params;
|
||||
if (id) {
|
||||
this.currentSetting = id;
|
||||
} else {
|
||||
this.currentSetting = 'general';
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user