fix(front): try to correct crash on ios
This commit is contained in:
@@ -654,7 +654,6 @@ async function createAlbum() {
|
||||
})
|
||||
|
||||
await axios.post(`/api/albums/${album.id}/media`, formData, {
|
||||
headers: { 'Content-Type': 'multipart/form-data' },
|
||||
onUploadProgress: (progressEvent) => {
|
||||
// Update progress for this batch
|
||||
const batchProgress = (progressEvent.loaded / progressEvent.total) * 100
|
||||
|
||||
Reference in New Issue
Block a user