Merged PR 140: Fixed document insertion bug
Fixed document insertion bug
This commit is contained in:
@@ -720,6 +720,7 @@ const onRemove = (event, removeUploadedFileCallback, type) => {
|
||||
if (type === 'SingleFileUpload') {
|
||||
numberPrFiles.value -= 1;
|
||||
console.log('Number of PR files: ', numberPrFiles.value);
|
||||
formData.value['SingleFileUpload'] = ''
|
||||
}
|
||||
|
||||
// Aggiorna lista dei file caricati
|
||||
|
||||
Reference in New Issue
Block a user