fixed teamlist not listing when using a team as context in the select team menu
This commit is contained in:
parent
59a0b69813
commit
ddbfd4edc1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export default function TeamSearch(props: Props) {
|
|||
let options: Option[] = [];
|
||||
setLoading(true);
|
||||
teamAPI
|
||||
.listTeams(10, 0, "desc", undefined, undefined, undefined, undefined, search)
|
||||
.listTeams(10, 0, "desc", undefined, undefined, undefined, " ", search)
|
||||
.then(resp => {
|
||||
if (loadUsers)
|
||||
options.push({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue