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:
authorFelipe Artur <fcardozo@gitlab.com>2018-11-05 15:30:14 +0300
committerPhil Hughes <me@iamphill.com>2018-11-05 15:30:14 +0300
commitb4d005eb7b4a51e8cf6b11e6aea3d0c264e4abfd (patch)
tree2d073cb044761fce0a08ca375b195e12836c985b /app/assets/javascripts/notes/stores/modules/index.js
parent90473e064eac21be283e751005e0c7abbdbf9089 (diff)
Add 'only history' option to notes filter
Diffstat (limited to 'app/assets/javascripts/notes/stores/modules/index.js')
-rw-r--r--app/assets/javascripts/notes/stores/modules/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/notes/stores/modules/index.js b/app/assets/javascripts/notes/stores/modules/index.js
index 400142668ea..8aea269ea7d 100644
--- a/app/assets/javascripts/notes/stores/modules/index.js
+++ b/app/assets/javascripts/notes/stores/modules/index.js
@@ -21,6 +21,7 @@ export default () => ({
noteableData: {
current_user: {},
},
+ commentsDisabled: false,
},
actions,
getters,