forked from Gitlink/forgeplus-react
jiami
This commit is contained in:
parent
ad60c52e5c
commit
75a0abe11a
|
|
@ -64,7 +64,7 @@ class UserSubmitComponent extends Component {
|
|||
filepath: filename ? filename : path,
|
||||
branch: returnbar(branch),
|
||||
new_branch: submitType === "1" ? values.branchname : undefined,
|
||||
content:Base64.encode(content),
|
||||
content:editor_type === "upload" ? content : Base64.encode(content),
|
||||
message: values.desc,
|
||||
})
|
||||
.then((result) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue