CE backport of reply button tracker refactor
EE MR https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12578
This commit is contained in:
parent
cea4f38529
commit
0584846d75
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export default {
|
|||
<gl-button
|
||||
ref="button"
|
||||
v-gl-tooltip
|
||||
class="note-action-button"
|
||||
class="note-action-button js-note-action-reply"
|
||||
variant="transparent"
|
||||
:title="__('Reply to comment')"
|
||||
@click="$emit('startReplying')"
|
||||
|
|
Loading…
Reference in a new issue