Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-10-13 00:21:43 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-10-13 00:21:43 +0300
commit408d7c06fc0a2ea2fe2ad120b738ab21211e0c80 (patch)
tree58e92696957e15b83bd461d95528e042370ec656
parent041854cf0a6a1a858ab01300c0f69b3f9d8a9e32 (diff)
Fix the empty else
-rw-r--r--app/assets/javascripts/repo/components/repo_commit_section.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/repo/components/repo_commit_section.vue b/app/assets/javascripts/repo/components/repo_commit_section.vue
index 6086ebc14c5..56a74fd385c 100644
--- a/app/assets/javascripts/repo/components/repo_commit_section.vue
+++ b/app/assets/javascripts/repo/components/repo_commit_section.vue
@@ -39,8 +39,6 @@ export default {
if (status) {
this.showBranchChangeDialog = false;
this.tryCommit(null, true, true);
- } else {
- // reset the state
}
},