Commit cfa92112 authored by Kushal Pandya's avatar Kushal Pandya Committed by Mario de la Ossa

Enable quick support actions default

parent 5c207883
......@@ -99,11 +99,6 @@ export default {
'js-note-target-reopen': !this.isOpen,
};
},
supportQuickActions() {
return true;
// Disable quick actions support for Epics
//return this.noteableType !== constants.EPIC_NOTEABLE_TYPE;
},
markdownDocsPath() {
return this.getNotesData.markdownDocsPath;
},
......@@ -360,7 +355,7 @@ Please check your network connection and try again.`;
name="note[note]"
class="note-textarea js-vue-comment-form
js-gfm-input js-autosize markdown-area js-vue-textarea"
:data-supports-quick-actions="supportQuickActions"
data-supports-quick-actions="true"
aria-label="Description"
v-model="note"
ref="textarea"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment