- updated async tables;
- fixed typo; - added some QOL;
This commit is contained in:
@@ -973,6 +973,15 @@ const DomandaEditInstructorManager = () => {
|
||||
data,
|
||||
['evaluationDocument']
|
||||
)}
|
||||
updateCallbackFn={(files) => doSaveDraft(
|
||||
null,
|
||||
{
|
||||
evaluationDocument: klona(files.map(o => ({
|
||||
...o,
|
||||
fileValue: o.fileValue[0] ? o.fileValue[0].id : ''
|
||||
})
|
||||
))
|
||||
})}
|
||||
shouldDisable={['APPROVED', 'REJECTED'].includes(data.applicationStatus) || evaluationBlockedForUser(data)}
|
||||
sourceId={data.id}
|
||||
sourceName="evaluation"/>
|
||||
|
||||
Reference in New Issue
Block a user