Remove JSON test summary
This commit is contained in:
parent
725f1b8adb
commit
dc5784c33e
|
@ -17,7 +17,7 @@ function addSaver(editor, saveUrl, page, beforeSave) {
|
||||||
let data = {
|
let data = {
|
||||||
'json': 1,
|
'json': 1,
|
||||||
'p': page,
|
'p': page,
|
||||||
'summary': "JSON test",
|
'summary': "",
|
||||||
'content': JSON.stringify(outputData),
|
'content': JSON.stringify(outputData),
|
||||||
};
|
};
|
||||||
return axios.post(saveUrl, qs.encode(data))
|
return axios.post(saveUrl, qs.encode(data))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user