From 492b0e4c20e5e5e338a488c1ca4d1e32567fcdc3 Mon Sep 17 00:00:00 2001 From: Cyril Gandon Date: Thu, 21 Sep 2017 15:22:31 +0200 Subject: [PATCH] angular-file-upload: fix defaults for Filters --- types/angular-file-upload/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/angular-file-upload/index.d.ts b/types/angular-file-upload/index.d.ts index 8e02b04742..ee1982123a 100644 --- a/types/angular-file-upload/index.d.ts +++ b/types/angular-file-upload/index.d.ts @@ -48,7 +48,7 @@ export interface FileUploaderOptions { method: string; /** * Filters to be applied to the files before adding them to the queue. If the filter returns true the file will be added to the queue - * @default [] + * @default [folderFilter, queueLimitFilter] */ filters: Filter[]; /**