Commit c183bf76 authored by Filipa Lacerda's avatar Filipa Lacerda

Hides the dropdown for environments by default

parent 48f2d033
...@@ -186,7 +186,7 @@ export default { ...@@ -186,7 +186,7 @@ export default {
</gl-button> </gl-button>
<div <div
v-show="showSuggestions" v-if="showSuggestions"
class="dropdown-menu d-block dropdown-menu-selectable dropdown-menu-full-width" class="dropdown-menu d-block dropdown-menu-selectable dropdown-menu-full-width"
> >
<div class="dropdown-content"> <div class="dropdown-content">
......
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