make url property of FileUploaderOptions optional #1239

Open
rqx110 wants to merge 1 commits from rqx110/patch-1 into development
Showing only changes of commit 46e8272e3b - Show all commits

View File

@@ -31,7 +31,7 @@ export interface FileUploaderOptions {
maxFileSize?: number;
queueLimit?: number;
removeAfterUpload?: boolean;
url: string;
url?: string;
disableMultipart?: boolean;
itemAlias?: string;
authTokenHeader?: string;