Commit 319995fa authored by Rémy Coutable's avatar Rémy Coutable

[EE] Pass an additional parameter to Api.groupProjects in BoardProjectSelect

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 35f275c4
......@@ -46,7 +46,7 @@ export default {
selectable: true,
data: (term, callback) => {
this.loading = true;
return Api.groupProjects(this.groupId, term, projects => {
return Api.groupProjects(this.groupId, term, {}, projects => {
this.loading = false;
callback(projects);
});
......
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