Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-19 06:12:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-19 06:12:19 +0300
commitb0c61201a70f1980dc5a2454d979b95415455d14 (patch)
treef2feba66723dd0041676ad0c2ffb61e45eaf545d /app/assets/javascripts/ide
parent65530963a354e3e74971b775c16066bd9d76c63c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/ide')
-rw-r--r--app/assets/javascripts/ide/components/new_dropdown/modal.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/components/new_dropdown/modal.vue b/app/assets/javascripts/ide/components/new_dropdown/modal.vue
index d6207d4a557..9684bf8f18c 100644
--- a/app/assets/javascripts/ide/components/new_dropdown/modal.vue
+++ b/app/assets/javascripts/ide/components/new_dropdown/modal.vue
@@ -176,7 +176,11 @@ export default {
:placeholder="placeholder"
/>
</form>
- <ul v-if="isCreatingNewFile" class="file-templates gl-mt-3 list-inline qa-template-list">
+ <ul
+ v-if="isCreatingNewFile"
+ class="file-templates gl-mt-3 list-inline"
+ data-qa-selector="template_list_content"
+ >
<li v-for="(template, index) in templateTypes" :key="index" class="list-inline-item">
<gl-button
variant="dashed"