- added buttons of 'resend emails' to single amendment page;

- added the same bttons to amendments table;
This commit is contained in:
Vitalii Kiiko
2025-05-13 10:10:57 +02:00
parent d92c0f45a3
commit 8e28f4355b
6 changed files with 139 additions and 7 deletions

View File

@@ -262,4 +262,9 @@ export const classificationType = [
'name': 'GENERICO',
'idTipoprotocollo': 3
}
];
];
export const resendEmailLabelsByType = {
APPLICATION_AMENDMENT_REQUESTED: 'Invia email (nuovo soccorso)',
APPLICATION_AMENDMENT_REMINDER: 'Invia email (sollecito)'
}