summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/components/note_form.vue
diff options
context:
space:
mode:
authorAndré Luís <aluis@gitlab.com>2018-07-31 01:51:06 +0100
committerAndré Luís <aluis@gitlab.com>2018-08-01 13:45:15 +0100
commitc7cd9ee97cfe1ca8c997b3aad03eb40f5002b317 (patch)
tree4f1b61fcc80f2c76b1428be9e4349fbc5c9a9680 /app/assets/javascripts/notes/components/note_form.vue
parent8693aa139dcdc5d4ed8939d12b360731f5f9dab8 (diff)
downloadgitlab-ce-c7cd9ee97cfe1ca8c997b3aad03eb40f5002b317.tar.gz
Revert "Merge branch '_acet-fix-mr-autosave' into 'master'"
This reverts commit 5ba542b1094bd8fd95d48d2ac834fd8605cf8fee, reversing changes made to 32c831ea2b8425c71c790b67fb8f2170f3d9955a.
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 abcd4422d7c..26482a02e00 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: 'NoteForm',
+ name: 'IssueNoteForm',
components: {
issueWarning,
markdownField,