Commit 71910be8 authored by David O'Regan's avatar David O'Regan

Merge branch 'ph/groupCreateMergeRequestPerformanceImprovement' into 'master'

Increase performance of project select dropdown

See merge request gitlab-org/gitlab!61117
parents d894c7e6 942ff132
...@@ -62,6 +62,7 @@ const projectSelect = () => { ...@@ -62,6 +62,7 @@ const projectSelect = () => {
with_shared: this.withShared, with_shared: this.withShared,
include_subgroups: this.includeProjectsInSubgroups, include_subgroups: this.includeProjectsInSubgroups,
order_by: 'similarity', order_by: 'similarity',
simple: true,
}, },
projectsCallback, projectsCallback,
); );
......
---
title: Increase load time of project select dropdowns
merge_request: 61117
author:
type: performance
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