Skip to content

Commit b83951a

Browse files
Fix organization picker not updating from non-applications routes
1 parent aff7278 commit b83951a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/navbar/navbar.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export class NavbarComponent implements OnInit {
7979
public onChange(organizationId: string) {
8080
this.sharedVariableService.setValue(+organizationId);
8181
this.setLocalPermissionCheck(+organizationId);
82+
this.selected = +organizationId;
8283

8384
if (this.route.url === "/" || this.route.url === "/applications") {
8485
window.location.reload();

0 commit comments

Comments
 (0)