Bugfixing.
This commit is contained in:
parent
86efa11994
commit
5670d21e76
31 changed files with 241 additions and 216 deletions
|
@ -165,7 +165,7 @@ export default class CUD extends Component {
|
|||
|
||||
this.disableForm();
|
||||
|
||||
const response = await axios.post(getUrl('rest/html-to-text', { html }));
|
||||
const response = await axios.post(getUrl('rest/html-to-text'), { html });
|
||||
|
||||
this.updateFormValue('text', response.data.text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue