Skip to content
Snippets Groups Projects
Commit 83ff9d10 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

Merge branch 'fix/16631/develop' into 'develop'

[16631] Documents : le glisser déposer ne fonctionne qu'en document unitaire

See merge request maarch/MaarchParapheur!176
parents f5b11250 d505afc5
No related branches found
No related tags found
No related merge requests found
......@@ -298,9 +298,7 @@ export class IndexationComponent implements OnInit {
dndUploadFile(event: any) {
const fileInput = {
target: {
files: [
event[0]
]
files: event
}
};
this.uploadTrigger(fileInput);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment