update yaml
This commit is contained in:
parent
cfd3d21da8
commit
606951a70d
1 changed files with 8 additions and 1 deletions
|
@ -29,6 +29,13 @@ sections:
|
|||
component: "Officer_EventManagement"
|
||||
class: "text-info hover:text-info-focus"
|
||||
|
||||
reimbursementManagement:
|
||||
title: "Reimbursement Management"
|
||||
icon: "heroicons:credit-card"
|
||||
role: "general"
|
||||
component: "Officer_ReimbursementManagement"
|
||||
class: "text-info hover:text-info-focus"
|
||||
|
||||
# Sponsor Menu
|
||||
sponsorDashboard:
|
||||
title: "Sponsor Dashboard"
|
||||
|
@ -72,7 +79,7 @@ categories:
|
|||
|
||||
executive:
|
||||
title: "Executive Menu"
|
||||
sections: []
|
||||
sections: ["reimbursementManagement"]
|
||||
role: "executive"
|
||||
|
||||
admin:
|
||||
|
|
Loading…
Reference in a new issue