summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-08-16 15:47:35 +0100
committerPhil Hughes <me@iamphill.com>2018-08-16 15:47:35 +0100
commit2cf1e21ae48db6f932658bfc9beb04fb289b491f (patch)
tree8dfb74f7747e4c1521ffbf6484e9f4d42b96f450 /app/assets/javascripts/ide/components
parenta2d647b1137821ef87fc177ac85ac775f2ce55c1 (diff)
downloadgitlab-ce-2cf1e21ae48db6f932658bfc9beb04fb289b491f.tar.gz
Fixed Web IDE live preview crashing when loading from merge request
Diffstat (limited to 'app/assets/javascripts/ide/components')
-rw-r--r--app/assets/javascripts/ide/components/repo_editor.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/components/repo_editor.vue b/app/assets/javascripts/ide/components/repo_editor.vue
index f9badb01535..f55aa843444 100644
--- a/app/assets/javascripts/ide/components/repo_editor.vue
+++ b/app/assets/javascripts/ide/components/repo_editor.vue
@@ -133,7 +133,6 @@ export default {
.then(() =>
this.getRawFileData({
path: this.file.path,
- baseSha: this.currentMergeRequest ? this.currentMergeRequest.baseCommitSha : '',
}),
)
.then(() => {