edit
This commit is contained in:
@ -252,7 +252,7 @@ export class PartnerListComponent {
|
||||
onSearch: (q: any) => {
|
||||
let str = q.replace(/^\s+|\s+$/g, '');
|
||||
if (str) {
|
||||
return this.service.getChannel({ enterpriseName: str }).toPromise();
|
||||
return this.service.getChannel({ name: str }).toPromise();
|
||||
} else {
|
||||
return of([]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user