Skip to content

Commit

Permalink
Fixes the bug: the settings menu item is no active when is active the…
Browse files Browse the repository at this point in the history
… menu item "Apps"
  • Loading branch information
Nicola Lanzilotto committed Oct 1, 2024
1 parent 08b592a commit 8af1b12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/app/components/sidebar/sidebar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@
EMAIL_TICKETING_ROUTE_IS_ACTIVE ||
AUTOMATIONS_ROUTE_IS_ACTIVE ||
OLD_KB_ROUTE_IS_ACTIVE ||
APPS_ROUTE_IS_ACTIVE ||
INTEGRATIONS_ROUTE_IS_ACTIVE}" (click)="goToWidgetSetUpOrToCannedResponses()"
style="cursor:pointer; height: 50px !important;"
matTooltipClass="sb-mat-tooltip"
Expand Down
1 change: 0 additions & 1 deletion src/app/components/sidebar/sidebar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export class SidebarComponent implements OnInit, AfterViewInit {
NORT_CONV_ROUTE_IS_ACTIVE: boolean;



prjct_profile_name: string;
prjct_trial_expired: boolean;
prjc_trial_days_left: number
Expand Down

0 comments on commit 8af1b12

Please sign in to comment.