Преглед изворни кода

Fixed file upload error when entity too large

NGPixel пре 8 година
родитељ
комит
9693d1c3b6
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 0 0
      assets/js/app.js
  2. 1 1
      client/js/components/editor-file.js

Разлика између датотеке није приказан због своје велике величине
+ 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: () => {

Неке датотеке нису приказане због велике количине промена