diff --git a/src/pages/DomandaEditInstructorManager/index.js b/src/pages/DomandaEditInstructorManager/index.js index 80c92ed..4d183ad 100644 --- a/src/pages/DomandaEditInstructorManager/index.js +++ b/src/pages/DomandaEditInstructorManager/index.js @@ -1859,7 +1859,7 @@ const DomandaEditInstructorManager = () => { 0} + readOnly={!isEmpty(data.amountAccepted) && data.amountAccepted > 0} keyfilter="int" invalid={!finalDialogData.amount || isEmpty(finalDialogData.amount) || finalDialogData.amount === 0} onChange={(e) => updateFinalDialogData(e.value, 'amount')}/> diff --git a/src/pages/DomandaEditPreInstructor/index.js b/src/pages/DomandaEditPreInstructor/index.js index 3d21a28..76d2733 100644 --- a/src/pages/DomandaEditPreInstructor/index.js +++ b/src/pages/DomandaEditPreInstructor/index.js @@ -1859,7 +1859,7 @@ const DomandaEditPreInstructor = () => { 0} + readOnly={!isEmpty(data.amountAccepted) && data.amountAccepted > 0} keyfilter="int" invalid={!finalDialogData.amount || isEmpty(finalDialogData.amount) || finalDialogData.amount === 0} onChange={(e) => updateFinalDialogData(e.value, 'amount')}/>