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>2020-09-14 15:09:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-14 15:09:34 +0300
commit9a5dcad39c5dd81384ae4ec2398435883b944363 (patch)
tree3c684d30e4500028299d7948171e885b844a1ade /app/assets/javascripts/pipeline_new
parent0923a94d58cdd15cdb6379330e5eb41d30ccb8cc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/pipeline_new')
-rw-r--r--app/assets/javascripts/pipeline_new/components/pipeline_new_form.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/javascripts/pipeline_new/components/pipeline_new_form.vue b/app/assets/javascripts/pipeline_new/components/pipeline_new_form.vue
index ede8626607c..89e633983ce 100644
--- a/app/assets/javascripts/pipeline_new/components/pipeline_new_form.vue
+++ b/app/assets/javascripts/pipeline_new/components/pipeline_new_form.vue
@@ -9,7 +9,7 @@ import {
GlFormInput,
GlFormSelect,
GlLink,
- GlNewDropdown,
+ GlDropdown,
GlNewDropdownItem,
GlSearchBoxByType,
GlSprintf,
@@ -37,7 +37,7 @@ export default {
GlFormInput,
GlFormSelect,
GlLink,
- GlNewDropdown,
+ GlDropdown,
GlNewDropdownItem,
GlSearchBoxByType,
GlSprintf,
@@ -173,7 +173,7 @@ export default {
>{{ error }}</gl-alert
>
<gl-form-group :label="s__('Pipeline|Run for')">
- <gl-new-dropdown :text="refValue" block>
+ <gl-dropdown :text="refValue" block>
<gl-search-box-by-type
v-model.trim="searchTerm"
:placeholder="__('Search branches and tags')"
@@ -189,7 +189,7 @@ export default {
>
{{ ref }}
</gl-new-dropdown-item>
- </gl-new-dropdown>
+ </gl-dropdown>
<template #description>
<div>