diff --git a/demo-shell-ng2/app/components/files/files.component.html b/demo-shell-ng2/app/components/files/files.component.html index 7d8ac80977..bf828122ff 100644 --- a/demo-shell-ng2/app/components/files/files.component.html +++ b/demo-shell-ng2/app/components/files/files.component.html @@ -20,7 +20,8 @@ [allowDropFiles]="true" (error)="onNavigationError($event)" (success)="resetError()" - (preview)="showFile($event)"> + (preview)="showFile($event)" + (permissionError)="onPermissionsFailed($event)">