Commit 9693d1c3 authored by NGPixel's avatar NGPixel

Fixed file upload error when entity too large

parent 993bf83a
...@@ -337,7 +337,7 @@ $('#btn-editor-file-upload input').on('change', (ev) => { ...@@ -337,7 +337,7 @@ $('#btn-editor-file-upload input').on('change', (ev) => {
}, },
error: (error) => { error: (error) => {
alerts.pushError(error.message, this.upload.file.name) alerts.pushError('Upload error', error.message)
}, },
finish: () => { finish: () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment