[ADF-819] added snackbar to single file drop (#2051)

This commit is contained in:
Vito
2017-07-06 06:54:54 -07:00
committed by Eugenio Romano
parent b9cfa81829
commit c0002217fe
2 changed files with 27 additions and 0 deletions

View File

@@ -135,6 +135,9 @@ export class UploadDragAreaComponent {
this.uploadService.addToQueue(fileModel);
this.uploadService.uploadFilesInTheQueue(this.onSuccess);
});
if (this.showNotificationBar) {
this.showUndoNotificationBar(item);
}
}
}