|
|
@ -121,7 +121,7 @@ class RepositoryCodeEditor extends Component {
|
|
|
|
const path = pathArray.join('/')
|
|
|
|
const path = pathArray.join('/')
|
|
|
|
this.setState({ codeSaving: true })
|
|
|
|
this.setState({ codeSaving: true })
|
|
|
|
axios.post(url, {
|
|
|
|
axios.post(url, {
|
|
|
|
secret_repository: this.props.secret_repository,
|
|
|
|
secret_repository: this.props.secret_repository_tab,
|
|
|
|
content: this.extend_editor.getValue(),
|
|
|
|
content: this.extend_editor.getValue(),
|
|
|
|
// type: forTest === true ? 1 : 0,
|
|
|
|
// type: forTest === true ? 1 : 0,
|
|
|
|
path: path
|
|
|
|
path: path
|
|
|
|