summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-12-05 09:07:15 +0100
committerTim Zallmann <tzallmann@gitlab.com>2017-12-05 09:07:15 +0100
commit10065d4599ac73711a8558f1ba2f4ac8dbe5927a (patch)
tree2b9e503a5b9421fbac256cb21fc4d14cad5a1027
parent5b3ed00e58ccc20d3413e0ca26e61fee4e29b1d4 (diff)
downloadgitlab-ce-bkc-test-41258-take-2.tar.gz
Fix for Commiting Databkc-test-41258-take-2
-rw-r--r--app/assets/javascripts/ide/components/repo_commit_section.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/ide/components/repo_commit_section.vue b/app/assets/javascripts/ide/components/repo_commit_section.vue
index a23680308b1..23045665632 100644
--- a/app/assets/javascripts/ide/components/repo_commit_section.vue
+++ b/app/assets/javascripts/ide/components/repo_commit_section.vue
@@ -30,7 +30,7 @@ export default {
},
computed: {
...mapState([
- 'currentBranch',
+ 'currentBranchId',
]),
...mapGetters([
'changedFiles',
@@ -74,7 +74,6 @@ export default {
branch: this.currentBranchId,
endpoint: `/${this.currentProjectId}/tree/${to.params.branch}`,
});
-
})
.catch(() => {
this.submitCommitsLoading = false;