summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-07-16 10:29:16 +0200
committerTim Zallmann <tzallmann@gitlab.com>2018-07-16 10:29:16 +0200
commit9667e761aeb4027fd42c50e496599b5854af1225 (patch)
tree571c2c93db19ce8848fa81b46ef928c50bb59a54
parent56885fbef2ec9f3382cdb22456e8ffb19ea9b6c0 (diff)
downloadgitlab-ce-48964-mr-reduce-the-memory-footprint-of-the-component-tree.tar.gz
-rw-r--r--app/assets/javascripts/notes/components/diff_with_note.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/diff_with_note.vue b/app/assets/javascripts/notes/components/diff_with_note.vue
index 664f907eaa0..27ff7dea909 100644
--- a/app/assets/javascripts/notes/components/diff_with_note.vue
+++ b/app/assets/javascripts/notes/components/diff_with_note.vue
@@ -95,7 +95,7 @@ export default {
>
<diff-file-header
:diff-file="diffFile"
- :current-user-show-fork="false"
+ :can-current-user-fork="false"
:discussions-expanded="isDiscussionsExpanded"
:expanded="!isCollapsed"
/>