Commit 3fba4d27 authored by Savas Vedova's avatar Savas Vedova

Hide detection method from the UI

This information is not stored on the backend yet therefore we
are hiding it from the user. It'll be added as soon as the backend
is ready.
parent 0ef34d11
......@@ -147,7 +147,7 @@ export default {
<gl-form-group
:label="$options.i18n.detectionMethod.label"
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-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