Commit 7076d16f authored by Яков's avatar Яков
Browse files

update fix issue

parent a2bb3efa
{
"name": "react-ag-qeditor",
"version": "1.1.50",
"version": "1.1.51",
"description": "WYSIWYG html editor",
"author": "atma",
"license": "MIT",
......
......@@ -238,7 +238,6 @@ export default class Uploader extends React.Component {
axios.post(action, data, {
headers: { 'Content-Type': 'multipart/form-data' },
withCredentials: true,
onUploadProgress: (e) => {
const percent = e.total ? Math.round((e.loaded * 100) / e.total) : 0
onProgress({ percent }, file)
......
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