Improve upload progress.

This commit is contained in:
Patrick Fic
2025-10-30 16:34:10 -07:00
parent 162f599e2d
commit 8e63ef0d6d
11 changed files with 186 additions and 137 deletions

View File

@@ -17,7 +17,7 @@ const photosReducer = (state = INITIAL_STATE, action) => {
jobid: action.payload.jobid,
uploadInProgress: true,
uploadError: null,
progress: {}
progress: action.payload.progress || {}
};
case PhotosActionTypes.MEDIA_UPLOAD_FAILURE:
return {