Commit 4dd27764 by Яков

add glossary

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