summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/components/note_form.vue
diff options
context:
space:
mode:
authorFelipe Artur <fcardozo@gitlab.com>2018-07-27 18:25:53 +0000
committerFelipe Artur <fcardozo@gitlab.com>2018-07-27 18:25:53 +0000
commit0cf823558887aaf2ad041473ed9961755d5d5f3b (patch)
treecafd8d35271ddad4890ce05c88075816f8733e01 /app/assets/javascripts/notes/components/note_form.vue
parent923b26133b8d04e8c4da4183b8f0382eefcc8147 (diff)
parentd1f09ec7cdab3b6892b1006b8c382c08be4cd9e0 (diff)
downloadgitlab-ce-11-1-stable-patch-3.tar.gz
Merge branch '11-1-3-stable-fixes-mr-refactor-regressions' into '11-1-stable-patch-3'11-1-stable-patch-3
MR refactor fixes for 11.1.3 See merge request gitlab-org/gitlab-ce!20878
Diffstat (limited to 'app/assets/javascripts/notes/components/note_form.vue')
-rw-r--r--app/assets/javascripts/notes/components/note_form.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/note_form.vue b/app/assets/javascripts/notes/components/note_form.vue
index 26482a02e00..abcd4422d7c 100644
--- a/app/assets/javascripts/notes/components/note_form.vue
+++ b/app/assets/javascripts/notes/components/note_form.vue
@@ -7,7 +7,7 @@ import issuableStateMixin from '../mixins/issuable_state';
import resolvable from '../mixins/resolvable';
export default {
- name: 'IssueNoteForm',
+ name: 'NoteForm',
components: {
issueWarning,
markdownField,