mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#46 fix notification issue
This commit is contained in:
@@ -106,7 +106,7 @@ export class UploadButtonComponent {
|
||||
if (this.showUploadDialog) {
|
||||
this._showDialog();
|
||||
}
|
||||
if(this.showUdoNotificationBar) {
|
||||
if (this.showUdoNotificationBar) {
|
||||
this._showUndoNotificationBar(latestFilesAdded);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user