@adminforth/upload 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom/uploader.vue +1 -1
- package/dist/custom/uploader.vue +1 -1
- package/package.json +1 -1
package/custom/uploader.vue
CHANGED
|
@@ -201,7 +201,7 @@ const onFileChange = async (e) => {
|
|
|
201
201
|
});
|
|
202
202
|
if (!success) {
|
|
203
203
|
window.adminforth.alert({
|
|
204
|
-
messageHtml: `<div>Sorry but the file was not
|
|
204
|
+
messageHtml: `<div>Sorry but the file was not uploaded because of S3 Request Error: </div>
|
|
205
205
|
<pre style="white-space: pre-wrap; word-wrap: break-word; overflow-wrap: break-word; max-width: 100%;">${
|
|
206
206
|
xhr.responseText.replace(/</g, '<').replace(/>/g, '>')
|
|
207
207
|
}</pre>`,
|
package/dist/custom/uploader.vue
CHANGED
|
@@ -201,7 +201,7 @@ const onFileChange = async (e) => {
|
|
|
201
201
|
});
|
|
202
202
|
if (!success) {
|
|
203
203
|
window.adminforth.alert({
|
|
204
|
-
messageHtml: `<div>Sorry but the file was not
|
|
204
|
+
messageHtml: `<div>Sorry but the file was not uploaded because of S3 Request Error: </div>
|
|
205
205
|
<pre style="white-space: pre-wrap; word-wrap: break-word; overflow-wrap: break-word; max-width: 100%;">${
|
|
206
206
|
xhr.responseText.replace(/</g, '<').replace(/>/g, '>')
|
|
207
207
|
}</pre>`,
|