- added required files for special amendment;

- fixed typo;
This commit is contained in:
Vitalii Kiiko
2025-10-27 15:09:53 +01:00
parent af6ef67f29
commit c05cb0f2fc
4 changed files with 20 additions and 8 deletions

View File

@@ -290,7 +290,7 @@ const DomandaEditInstructorManager = () => {
};
const header = renderHeader();
const technicalEvalItems = [
const tecnicalEvalItems = [
{
label: __('Nessuna garanzia', 'gepafin'),
icon: 'pi pi-pen-to-square',
@@ -1103,7 +1103,7 @@ const DomandaEditInstructorManager = () => {
? __('Punteggio sufficiente per passaggio alla valutazione tecnica ed economico finanziaria', 'gepafin')
: __('Punteggio non sufficiente per passaggio alla valutazione tecnica ed economico finanziaria', 'gepafin')}
severity={isAdmissible ? 'success' : 'warning'}
model={technicalEvalItems}/> : null}
model={tecnicalEvalItems}/> : null}
<Button
type="button"
disabled={!data.id || !['TECHNICAL_EVALUATION'].includes(data.applicationStatus) || evaluationBlockedForUser(data)}