Commit 942ff132 authored by Phil Hughes's avatar Phil Hughes Committed by David O'Regan

Increase performance of project select dropdown

parent 1397455c
...@@ -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