- saving progress;

This commit is contained in:
Vitalii Kiiko
2025-02-10 14:35:51 +01:00
parent 7ff7d84c17
commit 7fa06b5b8c
12 changed files with 447 additions and 11 deletions

View File

@@ -132,11 +132,11 @@ const AppSidebar = () => {
enable: false
},
{
label: __('Report e Analisi', 'gepafin'),
label: __('Statistiche', 'gepafin'),
icon: 'pi pi-chart-bar',
//href: '/stats',
href: '/stats',
id: 15,
enable: false
enable: intersection(permissions, ['APPLY_CALLS']).length
},
{
label: __('Log di Sistema', 'gepafin'),