summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-07-12 00:32:22 +0200
committerFatih Acet <acetfatih@gmail.com>2018-07-18 12:55:54 +0200
commit46e1eb1cb2d79c135f1ec0263642164114958e0d (patch)
treeddd685f14c588b3ede4e4686acd24cbf14f29ca9
parent89f478545b1daa1e79399c6a0d04588137ce00cb (diff)
downloadgitlab-ce-46e1eb1cb2d79c135f1ec0263642164114958e0d.tar.gz
Update note form component name.
-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,