2
0
Эх сурвалжийг харах

Fixed file upload error when entity too large

NGPixel 8 жил өмнө
parent
commit
9693d1c3b6

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
assets/js/app.js


+ 1 - 1
client/js/components/editor-file.js

@@ -337,7 +337,7 @@ $('#btn-editor-file-upload input').on('change', (ev) => {
     },
 
     error: (error) => {
-      alerts.pushError(error.message, this.upload.file.name)
+      alerts.pushError('Upload error', error.message)
     },
 
     finish: () => {

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно