summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_search_bar.html.haml
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-12 08:15:28 +0000
committerPhil Hughes <me@iamphill.com>2017-05-12 08:15:28 +0000
commit05278b2fda7843a877a8d5190aacb70b9212df3d (patch)
tree96bf01b916be6a84ff862e18c03a4348dfb5a698 /app/views/shared/issuable/_search_bar.html.haml
parent8c4e40205ab971c11d71a58f45454a5bd7dd9a2e (diff)
downloadgitlab-ce-05278b2fda7843a877a8d5190aacb70b9212df3d.tar.gz
Import export users select
Diffstat (limited to 'app/views/shared/issuable/_search_bar.html.haml')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index f7b87171573..622e2f33eea 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -150,7 +150,6 @@
- unless type === :boards_modal
:javascript
- new UsersSelect();
new LabelsSelect();
new MilestoneSelect();
new IssueStatusSelect();