Skip to content
代码片段 群组 项目
未验证 提交 c6b51b2c 编辑于 作者: Deepika Guliani's avatar Deepika Guliani 提交者: GitLab
浏览文件

Merge branch 'jc/undefined-in-rte-fix' into 'master'

No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
......@@ -265,7 +265,7 @@ export default {
return axios
.post(url, { text: markdown })
.then(({ data: { html, body, ...otherData } = {} } = {}) => ({
body: body || html,
body: body || html || '',
...otherData,
}));
},
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册