Commit 01c9f7a0 authored by Phil Hughes's avatar Phil Hughes

Fixes quick actions help page not showing on diff forms

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/329544
parent 4366b711
...@@ -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:
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