Thumbnail uploads: don't show the extra error info in the GUI
This commit is contained in:
parent
57f48f462e
commit
50550bfa99
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ export const doUploadThumbnail = (
|
||||||
}
|
}
|
||||||
|
|
||||||
const userInput = [fileName, fileExt, fileType, thumbnail];
|
const userInput = [fileName, fileExt, fileType, thumbnail];
|
||||||
uploadError(`${message}\nUser input: ${userInput.join(' | ')}`);
|
uploadError({ message, cause: `${userInput.join(' | ')}` });
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue