Skip to content

Commit 0d1300a

Browse files
committed
add file size to display just after dataset creation
1 parent 11e2b68 commit 0d1300a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/predicsis-jsSDK.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3721,7 +3721,7 @@ angular
37213721
});
37223722
uploadRes.then(function(ctx) {
37233723
delete concurrentUploads[uploadId];
3724-
$rootScope.$broadcast('jsSDK.upload.uploaded', { id: uploadId, path: ctx.uploadPath, fileName: file.name, type: ctx.type, container: ctx.container });
3724+
$rootScope.$broadcast('jsSDK.upload.uploaded', { id: uploadId, path: ctx.uploadPath, fileName: file.name, fileSize: file.size, type: ctx.type, container: ctx.container });
37253725
});
37263726
uploadRes.catch(function(err) {
37273727
//delete concurrentUploads[uploadId];

0 commit comments

Comments
 (0)