Przeglądaj źródła

Fixed file upload error when entity too large

NGPixel 8 lat temu
rodzic
commit
9693d1c3b6
2 zmienionych plików z 1 dodań i 1 usunięć
  1. 0 0
      assets/js/app.js
  2. 1 1
      client/js/components/editor-file.js

Plik diff jest za duży
+ 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: () => {

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików