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[] = [];
|
let options: Option[] = [];
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
teamAPI
|
teamAPI
|
||||||
.listTeams(10, 0, "desc", undefined, undefined, undefined, undefined, search)
|
.listTeams(10, 0, "desc", undefined, undefined, undefined, " ", search)
|
||||||
.then(resp => {
|
.then(resp => {
|
||||||
if (loadUsers)
|
if (loadUsers)
|
||||||
options.push({
|
options.push({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue