mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix 'upload' code style issues (tslint)
This commit is contained in:
@@ -64,7 +64,7 @@ export class FileUploadingListComponent {
|
||||
* Call the abort method for each file
|
||||
*/
|
||||
cancelAllFiles($event) {
|
||||
if($event) {
|
||||
if ($event) {
|
||||
$event.preventDefault();
|
||||
}
|
||||
this.filesUploadingList.forEach((uploadingFileModel: FileModel) => {
|
||||
|
Reference in New Issue
Block a user