fix: Size of export does not update dynamically on screen

This commit is contained in:
Tom Moor
2023-09-23 18:11:17 -04:00
parent 6aec085942
commit d0bb6c6a41

View File

@@ -16,6 +16,7 @@ class FileOperation extends Model {
collectionId: string | null;
@observable
size: number;
type: FileOperationType;