- saving progress;

This commit is contained in:
Vitalii Kiiko
2025-02-12 12:31:56 +01:00
parent 8e16e19937
commit 8f27e7f29b
2 changed files with 13 additions and 0 deletions

View File

@@ -138,6 +138,13 @@ const AppSidebar = () => {
id: 15,
enable: intersection(permissions, ['APPLY_CALLS']).length
},
{
label: __('Documenti', 'gepafin'),
icon: 'pi pi-chart-bar',
href: '/documenti',
id: 16,
enable: intersection(permissions, ['APPLY_CALLS']).length
},
{
label: __('Log di Sistema', 'gepafin'),
icon: 'pi pi-receipt',