Commit 500e5099 authored by Savas Vedova's avatar Savas Vedova

Merge branch 'hide-detection-method' into 'master'

Hide detection method from the UI

See merge request gitlab-org/gitlab!82680
parents 5b75dd19 3fba4d27
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
<gl-form-group <gl-form-group
:label="$options.i18n.detectionMethod.label" :label="$options.i18n.detectionMethod.label"
label-for="form-detection-method" label-for="form-detection-method"
class="gl-mb-6" class="gl-mb-6 gl-display-none"
> >
<gl-dropdown id="form-detection-method" :text="detectionMethodPlaceholder"> <gl-dropdown id="form-detection-method" :text="detectionMethodPlaceholder">
<gl-dropdown-item <gl-dropdown-item
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment