[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 Denys Vuika
parent 425cafe71d
commit a3eab043c3
2 changed files with 27 additions and 0 deletions

View File

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