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
path: root/app
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-07-12 01:32:22 +0300
committerFatih Acet <acetfatih@gmail.com>2018-07-18 13:55:54 +0300
commit46e1eb1cb2d79c135f1ec0263642164114958e0d (patch)
treeddd685f14c588b3ede4e4686acd24cbf14f29ca9 /app
parent89f478545b1daa1e79399c6a0d04588137ce00cb (diff)
Update note form component name.
Diffstat (limited to 'app')
-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,