#46 fix notification issue

This commit is contained in:
Mario Romano
2016-05-06 17:59:10 +01:00
parent a82a8f2ce3
commit 4288750901
3 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ export class UploadButtonComponent {
if (this.showUploadDialog) {
this._showDialog();
}
if(this.showUdoNotificationBar) {
if (this.showUdoNotificationBar) {
this._showUndoNotificationBar(latestFilesAdded);
}
}