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 {
</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:
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