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-06-13 12:09:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-13 12:09:24 +0300
commit8dae4070d259ad9d2e9016eeeb450efb95c80b1c (patch)
tree5f38641f471bbdedb2132d597434bc2ddd8baa48 /app/assets/javascripts/pipeline_wizard
parent68d19a238a1243068c578624800d74251ed43367 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/pipeline_wizard')
-rw-r--r--app/assets/javascripts/pipeline_wizard/components/input_wrapper.vue (renamed from app/assets/javascripts/pipeline_wizard/components/input.vue)0
-rw-r--r--app/assets/javascripts/pipeline_wizard/components/step.vue2
2 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipeline_wizard/components/input.vue b/app/assets/javascripts/pipeline_wizard/components/input_wrapper.vue
index 5efae2471e5..5efae2471e5 100644
--- a/app/assets/javascripts/pipeline_wizard/components/input.vue
+++ b/app/assets/javascripts/pipeline_wizard/components/input_wrapper.vue
diff --git a/app/assets/javascripts/pipeline_wizard/components/step.vue b/app/assets/javascripts/pipeline_wizard/components/step.vue
index c6f793e4cc5..220b068f747 100644
--- a/app/assets/javascripts/pipeline_wizard/components/step.vue
+++ b/app/assets/javascripts/pipeline_wizard/components/step.vue
@@ -4,7 +4,7 @@ import { isNode, isDocument, parseDocument, Document } from 'yaml';
import { merge } from '~/lib/utils/yaml';
import { s__ } from '~/locale';
import { logError } from '~/lib/logger';
-import InputWrapper from './input.vue';
+import InputWrapper from './input_wrapper.vue';
import StepNav from './step_nav.vue';
export default {