Skip to content

Commit c363148

Browse files
committed
fix: max file per upload not working with dynamic value
1 parent 77d571c commit c363148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pluggableWidgets/file-uploader-web/src/stores/FileUploaderStore.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export class FileUploaderStore {
8282
errorMessage: observable,
8383
allowedFormatsDescription: computed,
8484
maxFilesPerUpload: computed,
85+
_maxFilesPerUpload: observable,
8586
isFileUploadLimitReached: computed
8687
});
8788

0 commit comments

Comments
 (0)