summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_dropdown.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/groups/_dropdown.html.haml')
-rw-r--r--app/views/shared/groups/_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/groups/_dropdown.html.haml b/app/views/shared/groups/_dropdown.html.haml
index 80edce8e7c4..0b39f42165f 100644
--- a/app/views/shared/groups/_dropdown.html.haml
+++ b/app/views/shared/groups/_dropdown.html.haml
@@ -2,4 +2,4 @@
- groups_sort_options = options_hash.map { |value, title| { value: value, text: title, href: filter_groups_path(sort: value) } }
%div{ data: { testid: 'group_sort_by_dropdown' } }
- = gl_redirect_listbox_tag groups_sort_options, project_list_sort_by, data: { right: true }
+ = gl_redirect_listbox_tag groups_sort_options, project_list_sort_by, data: { placement: 'right' }