- tmp commented out email templates manager;

This commit is contained in:
Vitalii Kiiko
2026-04-01 16:30:27 +02:00
parent 69e869cce1
commit 0b432c6cdf

View File

@@ -59,13 +59,13 @@ const navItems = [
subtitle: __('Invia PEC a più destinatari tramite file CSV', 'gepafin'),
icon: 'pi pi-envelope'
},
{
/*{
permission: ['ROOT_MANAGE_EMAIL_TEMPLATES'],
route: '/admin/email-templates',
label: __('Template Email', 'gepafin'),
subtitle: __('Gestione dei template per le email', 'gepafin'),
icon: 'pi pi-file-edit'
}
}*/
];
const Admin = () => {