Commit de42badc authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/329544/diffLineNoteFormQuickActionsLink' into 'master'

Fixes quick actions help page not showing on diff forms

See merge request gitlab-org/gitlab!61029
parents ff721e29 dd339058
...@@ -207,14 +207,14 @@ export default { ...@@ -207,14 +207,14 @@ export default {
</div> </div>
<note-form <note-form
ref="noteForm" ref="noteForm"
:is-editing="true" :is-editing="false"
:line-code="line.line_code" :line-code="line.line_code"
:line="line" :line="line"
:lines="commentLines" :lines="commentLines"
:help-page-path="helpPagePath" :help-page-path="helpPagePath"
:diff-file="diffFile" :diff-file="diffFile"
:show-suggest-popover="showSuggestPopover" :show-suggest-popover="showSuggestPopover"
save-button-title="Comment" :save-button-title="__('Comment')"
class="diff-comment-form gl-mt-3" class="diff-comment-form gl-mt-3"
@handleFormUpdateAddToReview="addToReview" @handleFormUpdateAddToReview="addToReview"
@cancelForm="handleCancelCommentForm" @cancelForm="handleCancelCommentForm"
......
---
title: Fixed quick actions link not showing in diff line comment forms
merge_request: 61029
author:
type: fixed
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