Merge branch 'issue-description-field-typo' into 'master'
Corrected typo in quick action data attribute Closes #41035 See merge request gitlab-org/gitlab-ce!15872
This commit is contained in:
commit
54c2d7bdbd
2 changed files with 6 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
<textarea
|
||||
id="issue-description"
|
||||
class="note-textarea js-gfm-input js-autosize markdown-area"
|
||||
data-supports-quick-actionss="false"
|
||||
data-supports-quick-actions="false"
|
||||
aria-label="Description"
|
||||
v-model="formState.description"
|
||||
ref="textarea"
|
||||
|
|
5
changelogs/unreleased/issue-description-field-typo.yml
Normal file
5
changelogs/unreleased/issue-description-field-typo.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixed typo for issue description field declaration
|
||||
merge_request:
|
||||
author: Marcus Amargi
|
||||
type: fixed
|
Loading…
Reference in a new issue