From e439a6f88336f291fe926580722f276d61ae0e78 Mon Sep 17 00:00:00 2001 From: Aleksandr Grenishin Date: Fri, 27 Oct 2023 13:56:30 +0300 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Kamilla Garifullina <92852785+KamillaGarifullina@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9cdf9e17..ed512bb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,7 @@ What file properties have been added: validationErrorMessage: string | null; // message with the validation error uploadError: Error | null; // error object with the upload error file: File | Blob | null; // file object -externalUrl: string | null; // external url for the file (when uploading from url or external source) +externalUrl: string | null; // external URL for the file (when uploading from URL or external source) isValid: boolean; // is file valid (passed validation checks) isUploaded: boolean; // is file uploaded uploadProgress: number; // upload progress in percents