This commit is contained in:
EwelinaLasowy
2022-05-16 14:26:32 +02:00
parent c74fc16acd
commit 7158e07920
11 changed files with 73 additions and 16 deletions

View File

@@ -378,7 +378,7 @@ const navigation = computed(() =>
href: '/resumes',
section: 'Resumes',
icon: TemplateIcon,
can: true,
can: props.auth.can.manageResumes,
},
].filter(item => item.can))