From 3b555663e786436c358a13e9a9489b2cb207a9e5 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Wed, 29 Jan 2025 12:18:34 +0100 Subject: [PATCH] - updated copies and added new disabled button for evaluation; --- src/pages/DomandaEditInstructorManager/index.js | 8 +++++++- src/pages/DomandaEditPreInstructor/index.js | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/pages/DomandaEditInstructorManager/index.js b/src/pages/DomandaEditInstructorManager/index.js index e7133fc..e46762f 100644 --- a/src/pages/DomandaEditInstructorManager/index.js +++ b/src/pages/DomandaEditInstructorManager/index.js @@ -749,7 +749,7 @@ const DomandaEditPreInstructor = () => { {isAdmissible ? : null} + value={__('Punteggio sufficiente per passaggio alla valutazione tecnica ed economico finanziaria')}> : null} {!isAdmissible ? : null} @@ -824,6 +824,12 @@ const DomandaEditPreInstructor = () => { onClick={doMakeAdmisible} label={__('Ammissibile formalmente', 'gepafin')} /> : null} +