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 {
</div>
<note-form
ref="noteForm"
:is-editing="true"
:is-editing="false"
:line-code="line.line_code"
:line="line"
:lines="commentLines"
:help-page-path="helpPagePath"
:diff-file="diffFile"
:show-suggest-popover="showSuggestPopover"
save-button-title="Comment"
:save-button-title="__('Comment')"
class="diff-comment-form gl-mt-3"
@handleFormUpdateAddToReview="addToReview"
@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