Skip to content

Commit

Permalink
🪲 bugfix sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Sep 24, 2022
1 parent 9e1dcf1 commit b99bef2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class SidebarContentComponent implements OnInit {
@Input() minWidth: string = '240px';
@Input() expandCurrentItem: boolean = true;
@Input() sidebarEntries: SidebarItem[] = [];
private currentExpandedSession: string = '';
public currentExpandedSession: string = '';

constructor(
) {
Expand Down

1 comment on commit b99bef2

@vercel
Copy link

@vercel vercel bot commented on b99bef2 Sep 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.