Commit 8f1137b7 authored by Phil Hughes's avatar Phil Hughes

Merge branch '9714-ff-dropdown' into 'master'

Hides the dropdown for environments by default

Closes #9714

See merge request gitlab-org/gitlab-ee!9521
parents 3f2f3b9f c183bf76
......@@ -186,7 +186,7 @@ export default {
</gl-button>
<div
v-show="showSuggestions"
v-if="showSuggestions"
class="dropdown-menu d-block dropdown-menu-selectable dropdown-menu-full-width"
>
<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