Commit 10065d45 authored by Tim Zallmann's avatar Tim Zallmann
Browse files

Fix for Commiting Data

parent 5b3ed00e
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment