Commit 4dd27764 by Яков

add glossary

parent 3e4e2246
...@@ -1310,7 +1310,6 @@ const QEditor = ({ ...@@ -1310,7 +1310,6 @@ const QEditor = ({
onFinish={(values) => { onFinish={(values) => {
editWord(values); editWord(values);
}} }}
> >
<Form.Item name="id" style={{'display': 'none'}}> <Form.Item name="id" style={{'display': 'none'}}>
<input type="hidden"/> <input type="hidden"/>
......
...@@ -175,7 +175,7 @@ export default class Uploader extends React.Component { ...@@ -175,7 +175,7 @@ export default class Uploader extends React.Component {
let data = resp; let data = resp;
data.pathname = window.location.pathname; data.pathname = window.location.pathname;
data.slug = 'redactor';
axios.post('/api/web/ru/set-file-data/', resp, { withCredentials: true}) axios.post('/api/web/ru/set-file-data/', resp, { withCredentials: true})
.then(response => { .then(response => {
if (response.data.state === 'success') { if (response.data.state === 'success') {
......
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