- added required files for special amendment;
- fixed typo;
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user