Skip to content

Commit

Permalink
feat: add permission role navigation item
Browse files Browse the repository at this point in the history
  • Loading branch information
phojie committed Dec 3, 2022
1 parent 536001f commit c3e6f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/composables/app/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const useNavigation = () => {
name: 'Roles',
icon: HeroiconsFingerPrint,
href: '/admin/roles',
permission: 'role-list',
exact: true,
},
// {
Expand Down

0 comments on commit c3e6f4a

Please sign in to comment.