Menu link update

This commit is contained in:
2026-03-30 01:05:32 +02:00
parent 9d5d0fca56
commit 59361d46a3
3 changed files with 84 additions and 75 deletions
@@ -69,8 +69,8 @@ export class FullComponent implements OnInit, OnDestroy {
(userData) => {
this.currentUser = userData;
if (this.currentUser.role === 'Admin') {
//this.links = this.menuItems.getMenuItemsAdmin();
this.links = this.menuItems.getMenuItems();
this.links = this.menuItems.getMenuItemsAdmin();
//this.links = this.menuItems.getMenuItems();
} else {
this.links = this.menuItems.getMenuItems();
}